Class IntegrityError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.armedbear.lisp.IntegrityError
All Implemented Interfaces:
Serializable

public class IntegrityError extends 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:
  • Constructor Details

    • IntegrityError

      public IntegrityError()