java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.reasoner.ReasonerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalParameterException
,LPRuleSyntaxException
Exception signalling some generic problem with the reasoning subsystem.
Subclasses of this exception may be used to report more specific problems.
In the future there may be a top level JenaException which this exception should extend.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReasonerException
(String msg) Constructor.ReasonerException
(String msg, 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
-
ReasonerException
Constructor.- Parameters:
msg
- a free-text message describing the problem
-
ReasonerException
Constructor.- Parameters:
msg
- a free-text message describing the problemcause
- a nested exception which prompted this error
-