Package org.eolang

Class ExReadOnly

All Implemented Interfaces:
Serializable

public final class ExReadOnly extends ExAbstract
The exception raised when trying to put() an attribute, which is read-only.
Since:
0.21
See Also:
  • Constructor Details

    • ExReadOnly

      public ExReadOnly(String cause)
      Ctor.
      Parameters:
      cause - Cause description
    • ExReadOnly

      public ExReadOnly(String cause, Throwable root)
      Ctor.
      Parameters:
      cause - Cause description
      root - Caused exception