Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VTypes - Release 1
Class org.violetlib.types.IORuntimeException
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.types

Class IORuntimeException

  • Object
    • Throwable
      • Exception
        • RuntimeException
          • IORuntimeException
  • All Implemented Interfaces:
    Serializable
    public class IORuntimeException extends RuntimeException
    An IO exception for situations where only a runtime exception is permitted (for example, in an iterator).
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static IORuntimeException create(IOException ex)
       
      public static IORuntimeException create(IOException ex)
      Ordinary member indicator create Reveal DetailHide Detail
      static IORuntimeException create(String message)
       
      public static IORuntimeException create(String message)
      Ordinary member indicator toIOException Reveal DetailHide Detail
      static IOException toIOException(Exception ex)
      This method is used in catch clauses that handle both IOException and IORuntimeException.
      public static IOException toIOException(Exception ex)
      This method is used in catch clauses that handle both IOException and IORuntimeException.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getIOException Reveal DetailHide Detail
      IOException getIOException()
       
      public IOException getIOException()
      • Methods inherited from class Throwable

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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait