org.openrdf.model.util
Class GraphUtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.model.util.GraphUtilException
All Implemented Interfaces:
Serializable

public class GraphUtilException
extends OpenRDFException

An exception thrown by GraphUtil when specific conditions are not met.

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
GraphUtilException()
           
GraphUtilException(String message)
           
GraphUtilException(String message, Throwable t)
           
GraphUtilException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphUtilException

public GraphUtilException()

GraphUtilException

public GraphUtilException(String message)

GraphUtilException

public GraphUtilException(Throwable t)

GraphUtilException

public GraphUtilException(String message,
                          Throwable t)


Copyright © 2001-2010 Aduna. All Rights Reserved.