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

Class InterruptedRuntimeException

  • Object
    • Throwable
      • Exception
        • RuntimeException
          • InterruptedRuntimeException
  • All Implemented Interfaces:
    Serializable
    public final class InterruptedRuntimeException extends RuntimeException
    An unchecked exception that corresponds to InterruptedException.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static InterruptedRuntimeException create(InterruptedException ex)
       
      public static InterruptedRuntimeException create(InterruptedException ex)
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getInterruptedException Reveal DetailHide Detail
      InterruptedException getInterruptedException()
       
      public InterruptedException getInterruptedException()
      • 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