Package totalcross.io
Class IllegalArgumentIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- totalcross.io.IllegalArgumentIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalArgumentIOException extends IOException
Illegal argument passed to an IO method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalArgumentIOException()Constructs an empty Exception.IllegalArgumentIOException(java.lang.String msg)Constructs an exception with the given message.IllegalArgumentIOException(java.lang.String argumentName, java.lang.String argumentValue)Constructs an exception with the given message and argument value.
-
-
-
Constructor Detail
-
IllegalArgumentIOException
public IllegalArgumentIOException()
Constructs an empty Exception.
-
IllegalArgumentIOException
public IllegalArgumentIOException(java.lang.String msg)
Constructs an exception with the given message.
-
IllegalArgumentIOException
public IllegalArgumentIOException(java.lang.String argumentName, java.lang.String argumentValue)Constructs an exception with the given message and argument value.
-
-