Module org.tquadrat.foundation.base
Class LambdaContainerException.UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tquadrat.foundation.exception.LambdaContainerException.UnexpectedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
LambdaContainerException
The exception that is thrown when the container holds an unexpected
exception.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
The serial version UID for objects of this class: 1L. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
The serial version UID for objects of this class: 1L.- See Also:
-
-
Constructor Details
-
UnexpectedException
public UnexpectedException()Creates a newUnexpectedException
instance.
-
-
Method Details