All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.api.InvalidEdgeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.core.api.CoreException
|
+----jdsl.core.api.InvalidEdgeException
- public class InvalidEdgeException
- extends CoreException
InvalidEdgeException is used in graphs to indicate graph-specific
problems with an edge (for instance, passing an undirected edge
to a graph method that expects a directed one). Even though
an Edge is a Position, an InvalidEdgeException is not an
InvalidPositionException. InvalidPositionException is still
thrown in the graph for the usual invalidity reasons.
- Author:
- Mark Handy (mdh)
-
InvalidEdgeException(String)
-
InvalidEdgeException
public InvalidEdgeException(String message)
All Packages Class Hierarchy This Package Previous Next Index