Class EdgeRejectedException

All Implemented Interfaces:
Serializable

public class EdgeRejectedException
extends RuntimeException
This exception is thrown when on of the endpoints of an edge does not accept the edge. This can happen for example when one tries to add an edge between two already connected nodes is a single graph.
See Also:
Serialized Form