Class PredicateIsNotDerivedException

All Implemented Interfaces:
Serializable

public class PredicateIsNotDerivedException extends IMPLogicsException
Thrown to indicate that a Predicate is not derived.
See Also:
  • Constructor Details

    • PredicateIsNotDerivedException

      public PredicateIsNotDerivedException(Predicate predicate)
      Constructs an PredicateIsNotDerivedException with one argument indicating the base predicate.

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

      Parameters:
      predicate - base predicate