Class PredicateNotInLevelException

All Implemented Interfaces:
Serializable

public class PredicateNotInLevelException extends IMPLogicsException
Thrown to indicate that a Predicate is not found in a LevelHierarchy.
See Also:
  • Constructor Details

    • PredicateNotInLevelException

      public PredicateNotInLevelException(Predicate predicate)
      Constructs an PredicateNotInLevelException with one argument indicating the predicate not found in any level.

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

      Parameters:
      predicate - predicate not found in any level.