com.hp.hpl.jena.shared
Class ClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.shared.ClosedException
All Implemented Interfaces:
Serializable

public class ClosedException
extends JenaException

Exception that may be thrown if an operation is attempted on a closed graph.

Author:
kers
See Also:
Serialized Form

Constructor Summary
ClosedException(String message, Graph graph)
           
 
Method Summary
 Graph getGraph()
          Answer the graph that this exception was constructed with.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String message,
                       Graph graph)
Method Detail

getGraph

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



Licenced under the Apache License, Version 2.0