support.graph
Class NoSuchVertexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by support.graph.GraphException
                  extended by support.graph.NoSuchVertexException
All Implemented Interfaces:
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. TA == Totally. Awesome.

See Also:
Serialized Form

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

NoSuchVertexException

public NoSuchVertexException(String message)