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.


Constructor Index

 o InvalidEdgeException(String)

Constructors

 o InvalidEdgeException
 public InvalidEdgeException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index