goldman.collection.tagged.set
Class KeyAlreadyInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
goldman.collection.tagged.set.KeyAlreadyInUseException
- All Implemented Interfaces:
- Serializable
public class KeyAlreadyInUseException
- extends RuntimeException
The KeyAlreadyInUseException
is thrown by a set data structure
when there is an attempt to insert a tagged element in which the key (tag) is
equivalent to the key of a tagged element held in the collection.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyAlreadyInUseException
public KeyAlreadyInUseException()