Package org.eolang
Class ExAbstract
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eolang.ExAbstract
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EOerror.ExError,ExFailure,ExInterrupted,ExReadOnly
Abstract exception.
The exception raised when something is not right inside attributes.
- Since:
- 0.21
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExAbstract(String cause) Ctor.ExAbstract(String cause, Throwable root) Ctor.ExAbstract(Throwable root) Ctor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExAbstract
Ctor.- Parameters:
cause- Exception cause
-
ExAbstract
Ctor.- Parameters:
cause- Exception causeroot- Root cause exception
-
ExAbstract
Ctor.- Parameters:
root- Root cause exception
-