|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.registerComponent(ComponentAdapter componentAdapter)
|
ComponentAdapter |
AbstractDelegatingMutablePicoContainer.registerComponentImplementation(java.lang.Class componentImplementation)
|
ComponentAdapter |
AbstractDelegatingMutablePicoContainer.registerComponentImplementation(java.lang.Object componentKey,
java.lang.Class componentImplementation)
|
ComponentAdapter |
AbstractDelegatingMutablePicoContainer.registerComponentImplementation(java.lang.Object componentKey,
java.lang.Class componentImplementation,
Parameter[] parameters)
|
ComponentAdapter |
AbstractDelegatingMutablePicoContainer.registerComponentInstance(java.lang.Object componentInstance)
|
ComponentAdapter |
AbstractDelegatingMutablePicoContainer.registerComponentInstance(java.lang.Object componentKey,
java.lang.Object componentInstance)
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |