Package org.eolang

Class 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 Detail

      • ReadOnlyException

        public ReadOnlyException​(String cause)
      • ReadOnlyException

        public ReadOnlyException​(Throwable cause)
      • ReadOnlyException

        public ReadOnlyException​(String cause,
                                 Throwable root)