Package 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
-
Constructor Summary
Constructors Constructor Description EdgeRejectedException()EdgeRejectedException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EdgeRejectedException
public EdgeRejectedException() -
EdgeRejectedException
-