Uses of Class
salvo.jesus.graph.GraphException

Packages that use GraphException
salvo.jesus.graph   
 

Uses of GraphException in salvo.jesus.graph
 

Subclasses of GraphException in salvo.jesus.graph
 class CycleException
          Thrown when a cycle has occured when it is not desired.
 class EmptyTreeException
          Thrown when a Tree is empty and such operations require a non-empty Tree.
 class IllegalPathException
          Thrown whenever a method in Path is called that will result to a violation of the definition of a Path.
 class IllegalTreeException
          Thrown whenever a Tree becomes malformed as a result of calling a method that is declared on its superinterface but is not supported.
 class NoSuchVertexException