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
,ExFlow
,ExReadOnly
,ExUnset
public abstract class ExAbstract extends RuntimeException
Abstract exception. The exception raised when something is not right inside attributes.- Since:
- 0.21
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExAbstract()
Ctor.ExAbstract(String cause)
Ctor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExAbstract
public ExAbstract()
Ctor.
-
ExAbstract
public ExAbstract(String cause)
Ctor.- Parameters:
cause
- Exception cause
-
-