org.picocontainer.defaults
Class DuplicateComponentKeyRegistrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.picocontainer.PicoException
              extended byorg.picocontainer.PicoRegistrationException
                  extended byorg.picocontainer.defaults.DuplicateComponentKeyRegistrationException
All Implemented Interfaces:
Serializable

public class DuplicateComponentKeyRegistrationException
extends PicoRegistrationException

See Also:
Serialized Form

Constructor Summary
DuplicateComponentKeyRegistrationException(Object key)
           
 
Method Summary
 Object getDuplicateKey()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DuplicateComponentKeyRegistrationException

public DuplicateComponentKeyRegistrationException(Object key)
Method Detail

getDuplicateKey

public Object getDuplicateKey()

getMessage

public String getMessage()


Copyright © 2003 Codehaus. All Rights Reserved.