org.openrdf.model
Class GraphException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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)
           
 
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)