org.picocontainer.defaults
Class DuplicateComponentKeyRegistrationException

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

public class DuplicateComponentKeyRegistrationException
extends PicoRegistrationException

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

Constructor Summary
DuplicateComponentKeyRegistrationException(Object key)
           
 
Method Summary
 Object getDuplicateKey()
           
 String getMessage()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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-2004 Codehaus. All Rights Reserved.