Package org.armedbear.lisp
Class IntegrityError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.armedbear.lisp.IntegrityError
- All Implemented Interfaces:
Serializable
This error is invoked in situations where the code can't continue
because some precondition isn't met, although it's not an assertion
error per se.
- 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
-
IntegrityError
public IntegrityError()
-