Package org.eolang

Class ExUnset

All Implemented Interfaces:
Serializable

public final class ExUnset extends ExFailure
The exception raised when trying to get() an attribute, which is still abstract.
Since:
0.21
See Also:
  • Constructor Details

    • ExUnset

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

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