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

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.NoSuchEdgeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchEdgeException
extends GraphException

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

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Luca Vismara
See Also:
Serialized Form

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

NoSuchEdgeException

public NoSuchEdgeException(java.lang.String message)

NoSuchEdgeException

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

NoSuchEdgeException

public NoSuchEdgeException(java.lang.Throwable cause)


Copyright © 2009 ModelJUnit Project. All Rights Reserved.