Class RepeatedPredicateNameException

All Implemented Interfaces:
Serializable

public class RepeatedPredicateNameException extends IMPLogicsException
Thrown to indicate that a Predicate name is repeated inside a LogicSchema.
See Also:
  • Constructor Details

    • RepeatedPredicateNameException

      public RepeatedPredicateNameException(String name)
      Constructs an RepeatedPredicateNameException with one argument indicating the repeated Predicate name.

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

      Parameters:
      name - repeated Predicate name.