Package totalcross.io

Class IOException

    • Constructor Summary

      Constructors 
      Constructor Description
      IOException()
      Constructs an empty Exception.
      IOException​(java.lang.String msg)
      Constructs an exception with the given message.
      IOException​(java.lang.String message, java.lang.Throwable cause)  
      IOException​(java.lang.Throwable cause)  
    • 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

      • IOException

        public IOException()
        Constructs an empty Exception.
      • IOException

        public IOException​(java.lang.String msg)
        Constructs an exception with the given message.
      • IOException

        public IOException​(java.lang.String message,
                           java.lang.Throwable cause)
      • IOException

        public IOException​(java.lang.Throwable cause)