jdsl.graph.api
Class NoSuchEdgeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.graph.api.GraphException
                          |
                          +--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:
$Id: NoSuchEdgeException.java,v 1.2 1999/07/17 18:17:55 mdh Exp $
Author:
Luca Vismara (lv)
See Also:
Serialized Form

Constructor Summary
NoSuchEdgeException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)