Uses of Class
net.walend.digraph.DigraphException

Packages that use DigraphException
net.walend.digraph This package contains a kit for working with directed graphs. 
net.walend.digraph.path This package contains a kit for working with paths on directed graphs. 
net.walend.measured This package contains a kit for working with measured paths on directed graphs. 
 

Uses of DigraphException in net.walend.digraph
 

Subclasses of DigraphException in net.walend.digraph
 class EdgeMissingException
           
 class EdgeNotUniqueException
           
 class NodeMissingException
           
 

Uses of DigraphException in net.walend.digraph.path
 

Subclasses of DigraphException in net.walend.digraph.path
 class InvalidSpliceException
           
 class LastNodeException
           
 class PathException
           
 

Uses of DigraphException in net.walend.measured
 

Subclasses of DigraphException in net.walend.measured
 class CENegativeWeightCycleException
          An exception thrown by the Bellman-Ford test.
 class GENegativeWeightCycleException
          An exception thrown by the Bellman-Ford test.
 class MeasuredPathException
           
 class NegativeWeightCycleException
          An exception thrown by the Bellman-Ford test.
 



Copyright (c) 2001, 2002, David Walend