story.dbcore.exceptions
Class LinkExists

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by story.dbcore.exceptions.Scheherexception
              extended by story.dbcore.exceptions.LinkExists
All Implemented Interfaces:
java.io.Serializable

public class LinkExists
extends Scheherexception

A link already exists identical to the one the user has asked to create.

See Also:
Serialized Form

Constructor Summary
LinkExists(java.lang.String s, LinkLabelAddress extantAddress)
           
 
Method Summary
 LinkLabelAddress getAddress()
           
 
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

LinkExists

public LinkExists(java.lang.String s,
                  LinkLabelAddress extantAddress)
Method Detail

getAddress

public LinkLabelAddress getAddress()


Copyright © 2011 David K. Elson. All Rights Reserved.