Package org.eolang
Class ExUnset
- All Implemented Interfaces:
Serializable
The exception raised when trying to get() an attribute,
which is still abstract.
- Since:
- 0.21
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExUnset
Ctor.- Parameters:
cause- Cause description
-
ExUnset
Ctor.- Parameters:
cause- Cause descriptionroot- Caused exception
-