|
Exception Summary |
| GraphException |
Class that is superclass for all exceptions in
the support.graph package. |
| InvalidEdgeException |
HAIKU:
The edge in question
The opposite of valid
Therefore, invalid |
| InvalidVertexException |
HAIKU:
Corrupted vertex
Wears the brand of "invalid"
Outlawed forever |
| NoSuchEdgeException |
An object of this class gets thrown when an Edge object
with certain properties does not exist in the graph. |
| NoSuchVertexException |
An object of this class gets thrown when a Vertex
object with certain properties does not exist in the graph. |