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

Class OperationFailedException

  • Object
    • Throwable
      • Exception
        • OperationFailedException
  • All Implemented Interfaces:
    Serializable
    public final class OperationFailedException extends Exception
    A generic exception indicating that an operation has failed. Any code that handles this exception should probably also handle OperationFailedRuntimeException.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedException create()
       
      public static OperationFailedException create()
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedException create(String message)
       
      public static OperationFailedException create(String message)
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedException create(String message, Throwable cause)
       
      public static OperationFailedException create(String message, Throwable cause)
      Ordinary member indicator create Reveal DetailHide Detail
      static OperationFailedException create(Throwable cause)
       
      public static OperationFailedException 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