Class RepeatedConstraintIDException

All Implemented Interfaces:
Serializable

public class RepeatedConstraintIDException extends IMPLogicsException
Thrown to indicate that a ConstraintID is repeated inside a LogicSchema.
See Also:
  • Constructor Details

    • RepeatedConstraintIDException

      public RepeatedConstraintIDException(ConstraintID id)
      Constructs an RepeatedConstraintIDException with one argument indicating the repeated ConstraintID.

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

      Parameters:
      id - repeated ConstraintID.