nz.ac.waikato.jdsl.graph.api
Class NoSuchVertexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nz.ac.waikato.jdsl.graph.api.GraphException
                  extended by nz.ac.waikato.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:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Benoit Hudson
See Also:
Serialized Form

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

NoSuchVertexException

public NoSuchVertexException(java.lang.String message,
                             java.lang.Throwable cause)

NoSuchVertexException

public NoSuchVertexException(java.lang.Throwable cause)


Copyright © 2009 ModelJUnit Project. All Rights Reserved.