Class LogicConstraintNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.exceptions.IMPLogicsException
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.exceptions.LogicConstraintNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a
LogicConstraint
does not exist in a logic schema.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogicConstraintNotFoundException
(ConstraintID constraintID) Constructs anLogicConstraintNotFoundException
with one argument indicating the nonexistent constraintID. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogicConstraintNotFoundException
Constructs anLogicConstraintNotFoundException
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.
-