org.picocontainer.defaults
Class DuplicateComponentKeyRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoRegistrationException
                      extended by org.picocontainer.defaults.DuplicateComponentKeyRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateComponentKeyRegistrationException
extends PicoRegistrationException

Version:
$Revision: 1.5 $
Author:
Jon Tirsén
See Also:
Serialized Form

Field Summary
private  java.lang.Object key
           
 
Constructor Summary
DuplicateComponentKeyRegistrationException(java.lang.Object key)
           
 
Method Summary
 java.lang.Object getDuplicateKey()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

private java.lang.Object key
Constructor Detail

DuplicateComponentKeyRegistrationException

public DuplicateComponentKeyRegistrationException(java.lang.Object key)
Method Detail

getDuplicateKey

public java.lang.Object getDuplicateKey()