Class LogicConstraintNotFoundException

All Implemented Interfaces:
Serializable

public class LogicConstraintNotFoundException extends IMPLogicsException
Thrown to indicate that a LogicConstraint does not exist in a logic schema.
See Also:
  • Constructor Details

    • LogicConstraintNotFoundException

      public LogicConstraintNotFoundException(ConstraintID constraintID)
      Constructs an LogicConstraintNotFoundException with one argument indicating the nonexistent constraintID.

      The constraintID is included in this exception's detail message. The exact presentation format of the detail message is unspecified.

      Parameters:
      constraintID - the constraintID of the nonexistent logic constraint.