Package totalcross.io

Class IllegalArgumentIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalArgumentIOException
    extends IOException
    Illegal argument passed to an IO method.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.