Class ClosedException

All Implemented Interfaces:
Serializable

public class ClosedException extends JenaException
Exception that may be thrown if an operation is attempted on a closed graph.
See Also:
  • Constructor Details

    • ClosedException

      public ClosedException(String message, Graph graph)
  • Method Details

    • getGraph

      public Graph getGraph()
      Answer the graph that this exception was constructed with.