Class LPRuleSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LPRuleSyntaxException

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

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