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

Class OperationFailedRuntimeException

  • Object
    • Throwable
      • Exception
        • RuntimeException
          • OperationFailedRuntimeException
  • All Implemented Interfaces:
    Serializable
    public class OperationFailedRuntimeException extends RuntimeException
    An operation failed 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 OperationFailedRuntimeException create()
       
      public static OperationFailedRuntimeException create()
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedRuntimeException create(String message)
       
      public static OperationFailedRuntimeException create(String message)
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedRuntimeException create(String message, Throwable cause)
       
      public static OperationFailedRuntimeException create(String message, Throwable cause)
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedRuntimeException create(Throwable cause)
       
      public static OperationFailedRuntimeException create(Throwable cause)
      • 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