org.openflow.gui.drawables
Class Link.LinkExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openflow.gui.drawables.Link.LinkExistsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Link

public static class Link.LinkExistsException
extends java.lang.Exception

This exception is thrown if a link which already exists is tried to be re-created.

See Also:
Serialized Form

Constructor Summary
Link.LinkExistsException()
          default constructor
Link.LinkExistsException(java.lang.String msg)
          set the message associated with the exception
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Link.LinkExistsException

public Link.LinkExistsException()
default constructor


Link.LinkExistsException

public Link.LinkExistsException(java.lang.String msg)
set the message associated with the exception