Package org.armedbear.lisp
Class IntegrityError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.armedbear.lisp.IntegrityError
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrityError extends java.lang.Error
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrityError()
-