ca.quine.jcommons.transform.graph
Class GraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ca.quine.jcommons.transform.graph.GraphException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnconnectedGraphException

public class GraphException
extends Exception

See Also:
Serialized Form

Constructor Summary
GraphException(String message)
           
GraphException(String message, Throwable cause)
           
 
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

GraphException

public GraphException(String message)

GraphException

public GraphException(String message,
                      Throwable cause)