jdsl.graph.api
Class NoSuchVertexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.graph.api.GraphException
                          |
                          +--jdsl.graph.api.NoSuchVertexException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchVertexException
extends GraphException

An object of this class gets thrown when a Vertex object with certain properties does not exist in the graph.

Version:
$Id: NoSuchVertexException.java,v 1.2 1999/07/17 18:17:55 mdh Exp $
Author:
Benoit Hudson (bh)
See Also:
Serialized Form

Constructor Summary
NoSuchVertexException(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

NoSuchVertexException

public NoSuchVertexException(java.lang.String message)