Uses of Class
org.picocontainer.PicoRegistrationException

Packages that use PicoRegistrationException
org.picocontainer.alternatives   
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
 

Uses of PicoRegistrationException in org.picocontainer.alternatives
 

Methods in org.picocontainer.alternatives that throw PicoRegistrationException
 ComponentAdapter AbstractDelegatingMutablePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation)
           
 ComponentAdapter AbstractDelegatingMutablePicoContainer.registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters)
           
 ComponentAdapter AbstractDelegatingMutablePicoContainer.registerComponentImplementation(Class componentImplementation)
           
 ComponentAdapter AbstractDelegatingMutablePicoContainer.registerComponentInstance(Object componentInstance)
           
 ComponentAdapter AbstractDelegatingMutablePicoContainer.registerComponentInstance(Object componentKey, Object componentInstance)
           
 ComponentAdapter AbstractDelegatingMutablePicoContainer.registerComponent(ComponentAdapter componentAdapter)
           
 

Uses of PicoRegistrationException in org.picocontainer.defaults
 

Subclasses of PicoRegistrationException in org.picocontainer.defaults
 class AssignabilityRegistrationException
          A subclass of PicoRegistrationException that is thrown during component registration if the component's key is a type and the implementation is not assignable to.
 class DuplicateComponentKeyRegistrationException
           
 class NotConcreteRegistrationException
           
 



Copyright © 2003-2007 Codehaus. All Rights Reserved.