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
public class GraphNotFoundException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GraphNotFoundException
public GraphNotFoundException(String message)
-
-