support.graph
Class NoSuchEdgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by support.graph.GraphException
                  extended by support.graph.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. Artistry! Sheer artistry!

See Also:
Serialized Form

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