Package org.eolang
Class Attr.IllegalAttrException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eolang.Attr.IllegalAttrException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Attr
public static final class Attr.IllegalAttrException extends RuntimeException
The exception raised when something is not right inside attributes.- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalAttrException(String cause)
IllegalAttrException(String cause, Throwable root)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-