org.jrdf.graph
Class GraphElementFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jrdf.graph.GraphException
              extended by org.jrdf.graph.GraphElementFactoryException
All Implemented Interfaces:
Serializable

public final class GraphElementFactoryException
extends GraphException

Exception from a GraphElementFactory operation.

Version:
$Revision: 1818 $
Author:
Andrew Newman
See Also:
Serialized Form

Constructor Summary
GraphElementFactoryException(String message)
          Create an exception.
GraphElementFactoryException(String message, Throwable newCause)
          Create a wrapper exception.
GraphElementFactoryException(Throwable newCause)
          Create a wrapper exception.
 
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

GraphElementFactoryException

public GraphElementFactoryException(String message)
Create an exception.

Parameters:
message - the message to wrap inside this exception.

GraphElementFactoryException

public GraphElementFactoryException(Throwable newCause)
Create a wrapper exception.

Parameters:
newCause - the original exception to wrap.

GraphElementFactoryException

public GraphElementFactoryException(String message,
                                    Throwable newCause)
Create a wrapper exception.

Parameters:
message - the message to wrap inside this exception.
newCause - the original exception to wrap.