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.
- Version:
- $Id: LambdaContainerException.java 1163 2026-03-20 15:28:33Z tquadrat $
- Since:
- 0.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longThe serial version UID for objects of this class: 1L. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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 newUnexpectedExceptioninstance.
-
-
Method Details
-
getCause
-
