Class SARLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SARLBoundException, SARLInternalException, TheoremProverException

public class SARLException extends RuntimeException
Root of the SARL exception type hierarchy. A SARLException is thrown whenever anything unexpected happens within SARL, whether due to user input or an internal error. Since this extends RuntimeException, SARL exception do not have to be explicitly declared in "throws" and "catch" clauses.
See Also:
  • Constructor Details

    • SARLException

      public SARLException(String message)