|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PicoException | |
---|---|
org.picocontainer | This package contains the core API for PicoContainer, a compact container for working with the dependency injection pattern. |
org.picocontainer.classname | |
org.picocontainer.containers | |
org.picocontainer.defaults | |
org.picocontainer.gems.behaviors | |
org.picocontainer.gems.jmx | The package contains classes to expose components of PicoContainer with JMX. |
org.picocontainer.gems.util | |
org.picocontainer.injectors | |
org.picocontainer.lifecycle | Contains a series of classes that implement lifecycle strategy. |
org.picocontainer.monitors | |
org.picocontainer.parameters | |
org.picocontainer.tck | |
org.picocontainer.visitors |
Uses of PicoException in org.picocontainer |
---|
Subclasses of PicoException in org.picocontainer | |
---|---|
class |
PicoClassNotFoundException
|
class |
PicoCompositionException
Subclass of PicoException that is thrown when there is:
- a problem initializing the container
- a cyclic dependency between components occurs. |
class |
PicoLifecycleException
|
class |
PicoVerificationException
Subclass of PicoException that is thrown when a PicoContainer hierarchy
cannot be verified. |
Methods in org.picocontainer that throw PicoException | |
---|---|
List<Object> |
DefaultPicoContainer.getComponents()
|
Uses of PicoException in org.picocontainer.classname |
---|
Methods in org.picocontainer.classname that throw PicoException | |
---|---|
Object |
DefaultClassLoadingPicoContainer.getComponent(Object componentKeyOrType)
|
Uses of PicoException in org.picocontainer.containers |
---|
Methods in org.picocontainer.containers that throw PicoException | ||
---|---|---|
|
AbstractDelegatingPicoContainer.getComponents(Class<T> type)
|
Uses of PicoException in org.picocontainer.defaults |
---|
Methods in org.picocontainer.defaults that throw PicoException | |
---|---|
void |
DefaultPicoContainerTreeSerializationTestCase.testContainerIsDeserializableWithParent()
|
Uses of PicoException in org.picocontainer.gems.behaviors |
---|
Subclasses of PicoException in org.picocontainer.gems.behaviors | |
---|---|
static class |
Pooled.PoolException
Exception thrown from the Pooled. |
Uses of PicoException in org.picocontainer.gems.jmx |
---|
Subclasses of PicoException in org.picocontainer.gems.jmx | |
---|---|
class |
JMXRegistrationException
A registration exception caused trying to register the component with JMX. |
Uses of PicoException in org.picocontainer.gems.util |
---|
Subclasses of PicoException in org.picocontainer.gems.util | |
---|---|
class |
IllegalAccessRuntimeException
Runtime Exception version of IllegalAccessException . |
class |
InvocationTargetRuntimeException
Runtime Exception version of InvocationTargetException . |
class |
NoSuchMethodRuntimeException
Runtime exception version of NoSuchMethodException . |
Uses of PicoException in org.picocontainer.injectors |
---|
Subclasses of PicoException in org.picocontainer.injectors | |
---|---|
static class |
AbstractInjector.AmbiguousComponentResolutionException
Exception that is thrown as part of the introspection. |
static class |
AbstractInjector.CyclicDependencyException
|
static class |
AbstractInjector.NotConcreteRegistrationException
|
static class |
AbstractInjector.UnsatisfiableDependenciesException
Exception thrown when some of the component's dependencies are not satisfiable. |
Uses of PicoException in org.picocontainer.lifecycle |
---|
Subclasses of PicoException in org.picocontainer.lifecycle | |
---|---|
class |
ReflectionLifecycleException
Subclass of PicoException that is thrown when there is a problem
invoking lifecycle methods via reflection. |
Uses of PicoException in org.picocontainer.monitors |
---|
Subclasses of PicoException in org.picocontainer.monitors | |
---|---|
class |
LifecycleComponentMonitor.LifecycleFailuresException
Subclass of PicoException that is thrown when the collected
lifecycle failures need to be be collectively rethrown. |
Uses of PicoException in org.picocontainer.parameters |
---|
Methods in org.picocontainer.parameters that throw PicoException | |
---|---|
void |
ConstantParameter.verify(PicoContainer container,
ComponentAdapter adapter,
Class expectedType,
NameBinding expectedNameBinding,
boolean useNames,
Annotation binding)
Verify that the Parameter can satisfy the expected type using the container |
Uses of PicoException in org.picocontainer.tck |
---|
Uses of PicoException in org.picocontainer.visitors |
---|
Subclasses of PicoException in org.picocontainer.visitors | |
---|---|
static class |
AbstractPicoVisitor.PicoVisitorTraversalException
Exception for a PicoVisitor, that is dependent on a defined starting point of the traversal. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |