jdsl.graph.api
Class GraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.graph.api.GraphException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidEdgeException, InvalidQueryException, InvalidVertexException, NoSuchEdgeException, NoSuchVertexException

public class GraphException
extends java.lang.RuntimeException

jdsl.graph.api package. Not intended ever to be instantiated directly.

Version:
JDSL 2.0.6
Author:
Benoit Hudson
See Also:
Serialized Form

Constructor Summary
GraphException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphException

public GraphException(java.lang.String message)