Class PredicateOutsideSchemaException
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.PredicateOutsideSchemaException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a
Predicate is not from a LogicSchema but from another one.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPredicateOutsideSchemaException(Predicate predicate) Constructs anPredicateOutsideSchemaExceptionwith one argument indicating the predicate from another schema. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PredicateOutsideSchemaException
Constructs anPredicateOutsideSchemaExceptionwith one argument indicating the predicate from another schema.The predicate is included in this exception's detail message. The exact presentation format of the detail message is unspecified.
- Parameters:
predicate- predicate from anotherLogicSchema.
-