Package org.eolang
Class ExReadOnly
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eolang.ExAbstract
org.eolang.ExReadOnly
- All Implemented Interfaces:
Serializable
The exception raised when trying to put() an attribute,
which is read-only.
- Since:
- 0.21
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExReadOnly(String cause) Ctor.ExReadOnly(String cause, Throwable root) Ctor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExReadOnly
Ctor.- Parameters:
cause- Cause description
-
ExReadOnly
Ctor.- Parameters:
cause- Cause descriptionroot- Caused exception
-