picocontainer.defaults
Class DuplicateComponentTypeRegistrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypicocontainer.PicoRegistrationException
              extended bypicocontainer.defaults.DuplicateComponentTypeRegistrationException
All Implemented Interfaces:
Serializable

public class DuplicateComponentTypeRegistrationException
extends PicoRegistrationException

See Also:
Serialized Form

Constructor Summary
DuplicateComponentTypeRegistrationException(Class clazz)
           
 
Method Summary
 Class getDuplicateClass()
           
 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

DuplicateComponentTypeRegistrationException

public DuplicateComponentTypeRegistrationException(Class clazz)
Method Detail

getDuplicateClass

public Class getDuplicateClass()

getMessage

public String getMessage()


Copyright © 2003 Codehaus. All Rights Reserved.