org.graphstream.graph
Class EdgeRejectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
EdgeRejectedException()
           
EdgeRejectedException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EdgeRejectedException

public EdgeRejectedException()

EdgeRejectedException

public EdgeRejectedException(String message)


Copyright © 2011. All Rights Reserved.