Package org.apache.jena.shared
Class ClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.shared.ClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClosedException extends JenaException
Exception that may be thrown if an operation is attempted on a closed graph.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedException(java.lang.String message, Graph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Graph
getGraph()
Answer the graph that this exception was constructed with.
-