org.openrdf.model
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.model.GraphException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AllegroGraphException

public class GraphException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GraphException()
           
GraphException(java.lang.String message)
           
GraphException(java.lang.String message, java.lang.Throwable t)
           
GraphException(java.lang.Throwable t)
           
 
Method Summary
 
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

GraphException

public GraphException()

GraphException

public GraphException(java.lang.String message)

GraphException

public GraphException(java.lang.Throwable t)

GraphException

public GraphException(java.lang.String message,
                      java.lang.Throwable t)