jebl.evolution.graphs
Class Graph.NoEdgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jebl.evolution.graphs.Graph.NoEdgeException
All Implemented Interfaces:
Serializable
Enclosing interface:
Graph

public static class Graph.NoEdgeException
extends Exception

This class is thrown by getEdgeLength(node1, node2) if node1 and node2 are not directly connected by an edge.

See Also:
Serialized Form

Constructor Summary
Graph.NoEdgeException()
           
 
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

Graph.NoEdgeException

public Graph.NoEdgeException()