jdsl.graph.api
Class NoSuchEdgeException

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

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

NoSuchEdgeException

public NoSuchEdgeException(String message)

NoSuchEdgeException

public NoSuchEdgeException(String message,
                           Throwable cause)

NoSuchEdgeException

public NoSuchEdgeException(Throwable cause)