org.infohazard.maverick.util
Class NoOverwriteMap.OverwriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.infohazard.maverick.util.NoOverwriteMap.OverwriteException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NoOverwriteMap

public static class NoOverwriteMap.OverwriteException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Field Summary
protected  java.lang.Object key
           
 
Constructor Summary
NoOverwriteMap.OverwriteException(java.lang.Object key)
           
 
Method Summary
 java.lang.Object getDuplicateKey()
           
 
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
 

Field Detail

key

protected java.lang.Object key
Constructor Detail

NoOverwriteMap.OverwriteException

public NoOverwriteMap.OverwriteException(java.lang.Object key)
Method Detail

getDuplicateKey

public java.lang.Object getDuplicateKey()