salvo.jesus.graph
Class NoSuchVertexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by salvo.jesus.graph.GraphException
              extended by salvo.jesus.graph.NoSuchVertexException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchVertexException
extends GraphException

Author:
Jesus M. Salvo Jr.
See Also:
Serialized Form

Constructor Summary
NoSuchVertexException()
           
NoSuchVertexException(java.lang.String msg)
           
 
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()

NoSuchVertexException

public NoSuchVertexException(java.lang.String msg)