Class 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClosedException

        public ClosedException​(java.lang.String message,
                               Graph graph)
    • Method Detail

      • getGraph

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