java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.civl.sarl.IF.SARLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SARLBoundException,SARLInternalException,TheoremProverException
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SARLException
-