java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.shared.DoesNotExistException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RulesetNotFoundException
Exception thrown when an attempt is made find an entity by name, but it
cannot be located.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DoesNotExistException
The entityname
does not exist.
-