Package org.eolang

Class ExAbstract

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EOerror.ExError, ExFailure, ExInterrupted, ExReadOnly

public abstract class ExAbstract extends RuntimeException
Abstract exception.

The exception raised when something is not right inside attributes.

Since:
0.21
See Also:
  • Constructor Details

    • ExAbstract

      public ExAbstract(String cause)
      Ctor.
      Parameters:
      cause - Exception cause
    • ExAbstract

      public ExAbstract(String cause, Throwable root)
      Ctor.
      Parameters:
      cause - Exception cause
      root - Root cause exception
    • ExAbstract

      public ExAbstract(Throwable root)
      Ctor.
      Parameters:
      root - Root cause exception