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

Class ApplicationRuntimeException

  • Object
    • Throwable
      • Exception
        • RuntimeException
          • ApplicationRuntimeException
  • All Implemented Interfaces:
    Serializable
    public final class ApplicationRuntimeException extends RuntimeException
    An application exception for situations where only unchecked exceptions are 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 ApplicationRuntimeException create(ApplicationException ex)
       
      public static ApplicationRuntimeException create(ApplicationException ex)
      Ordinary member indicator create Reveal DetailHide Detail
      static ApplicationRuntimeException create(String message)
       
      public static ApplicationRuntimeException create(String message)
      Ordinary member indicator create Reveal DetailHide Detail
      static ApplicationRuntimeException create(String message, Throwable cause)
       
      public static ApplicationRuntimeException create(String message, Throwable cause)
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getApplicationException Reveal DetailHide Detail
      ApplicationException getApplicationException()
       
      public ApplicationException getApplicationException()
      • 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