java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.shared.NoSuchReasonerException
- All Implemented Interfaces:
Serializable
NoSuchReasonerException - the exception to throw when looking up a
reasoner fails (in ModelSpec construction).
- See Also:
-
Constructor Summary
ConstructorDescriptionInitialise the exception with the URI of the reasoner that isn't there. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchReasonerException
Initialise the exception with the URI of the reasoner that isn't there.
-
-
Method Details
-
getURI
Answer the URI of the reasoner that was not found.
-