Class PredicateNotFoundException

All Implemented Interfaces:
Serializable

public class PredicateNotFoundException extends IMPLogicsException
Thrown to indicate that a Predicate is not contained in a logic schema.
See Also:
  • Constructor Details

    • PredicateNotFoundException

      public PredicateNotFoundException(String predicateName)
      Constructs an PredicateNotFoundException with one argument indicating the non-contained predicate name.

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

      Parameters:
      predicateName - the non-contained predicate name.