Class LPRuleSyntaxException

All Implemented Interfaces:
Serializable

public class LPRuleSyntaxException extends ReasonerException
Exception used to indicate syntactic errors the LP version of the backward chaining rule engine.
See Also:
  • Constructor Details

    • LPRuleSyntaxException

      public LPRuleSyntaxException(String msg, Rule rule)
      Constructor.
      Parameters:
      msg - a free-text message describing the problem
    • LPRuleSyntaxException

      public LPRuleSyntaxException(String msg, Rule rule, Throwable cause)
      Constructor.
      Parameters:
      msg - a free-text message describing the problem
      cause - a nested exception which prompted this error