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

Class LambdaException

  • Object
    • Throwable
      • Exception
        • RuntimeException
          • LambdaException
  • All Implemented Interfaces:
    Serializable
    public final class LambdaException extends RuntimeException
    A runtime exception used to pass an exception through a lambda.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static LambdaException create(Exception ex)
       
      public static LambdaException create(Exception ex)
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getException Reveal DetailHide Detail
      Exception getException()
       
      public Exception getException()
      • 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