Package org.topbraid.jenax.util
Class GraphNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.topbraid.jenax.util.GraphNotFoundException
- All Implemented Interfaces:
Serializable
An Exception thrown if a named graph could not be resolved
while setting the default graph of a dataset.
This is subclassing RuntimeException because otherwise a lot of
existing code would have to catch GraphNotFoundException
(where it would otherwise have crashed with a NullPointerException anyway).
- Author:
- Holger Knublauch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphNotFoundException
-