jdsl.graph.api
Class NoSuchVertexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.graph.api.GraphException
                  extended byjdsl.graph.api.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.

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Benoit Hudson

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

NoSuchVertexException

public NoSuchVertexException(String message)

NoSuchVertexException

public NoSuchVertexException(String message,
                             Throwable cause)

NoSuchVertexException

public NoSuchVertexException(Throwable cause)