org.graphstream.graph
Class EdgeRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graphstream.graph.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EdgeRejectedException
public EdgeRejectedException()
EdgeRejectedException
public EdgeRejectedException(String message)
Copyright © 2011. All Rights Reserved.