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

Class ThrowableResult

  • Object
    • Throwable
      • Exception
        • RuntimeException
          • ThrowableResult
  • All Implemented Interfaces:
    Serializable
    public final class ThrowableResult extends RuntimeException
    A result that can be thrown.
    See Also:
    Serialized Form
    • Fields 
      Modifier and Type Field and Description
      Ordinary member indicator value Reveal DetailHide Detail
      Object value
       
      public final Object value
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator of Reveal DetailHide Detail
      static <T> ThrowableResult of(T value)
       
      public static <T> ThrowableResult of(T value)
      • 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