Package org.eolang
Class Attr.StillAbstractException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eolang.Attr.StillAbstractException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Attr
public static final class Attr.StillAbstractException extends RuntimeException
The exception raised when trying to get() an attribute, which is still abstract.- Since:
- 0.13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StillAbstractException(String cause)
StillAbstractException(String cause, Throwable root)
StillAbstractException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-