Package org.eolang
Class Attr.ReadOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eolang.Attr.ReadOnlyException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Attr
public static final class Attr.ReadOnlyException extends RuntimeException
The exception raised when trying to put() an attribute, which is read-only.- Since:
- 0.13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyException(String cause)
ReadOnlyException(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
-
-