Class NoNegatableLiteralException

All Implemented Interfaces:
Serializable

public class NoNegatableLiteralException extends IMPLogicsException
Thrown to indicate that a Literal can not be negated.
See Also:
  • Constructor Details

    • NoNegatableLiteralException

      public NoNegatableLiteralException(Literal literal)
      Constructs an NoNegatableLiteralException with one argument indicating the non negatable literal.

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

      Parameters:
      literal - non negatable literal.