Class PredicateOutsideSchemaException

All Implemented Interfaces:
Serializable

public class PredicateOutsideSchemaException extends IMPLogicsException
Thrown to indicate that a Predicate is not from a LogicSchema but from another one.
See Also:
  • Constructor Details

    • PredicateOutsideSchemaException

      public PredicateOutsideSchemaException(Predicate predicate)
      Constructs an PredicateOutsideSchemaException with 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 another LogicSchema.