Module org.apache.jena.core
Class LPRuleSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.reasoner.ReasonerException
org.apache.jena.reasoner.rulesys.impl.LPRuleSyntaxException
- All Implemented Interfaces:
Serializable
Exception used to indicate syntactic errors the LP version of the
backward chaining rule engine.
- See Also:
-
Constructor Summary
ConstructorDescriptionLPRuleSyntaxException
(String msg, Rule rule) Constructor.LPRuleSyntaxException
(String msg, Rule rule, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LPRuleSyntaxException
Constructor.- Parameters:
msg
- a free-text message describing the problem
-
LPRuleSyntaxException
Constructor.- Parameters:
msg
- a free-text message describing the problemcause
- a nested exception which prompted this error
-