Uses of Class
org.picocontainer.PicoException
Packages that use PicoException
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
Containers are the main user entry point for PicoContainer.
InjectionFactories make Injectors which implement specific types of dependency injection
Alternative implementations of lifecycle strategy for use with a container.
A Monitor is something PicoContainer uses to inform on events in component instantiation and lifecycle.
-
Uses of PicoException in org.picocontainer
Subclasses of PicoException in org.picocontainerModifier and TypeClassDescriptionclass
class
Subclass ofPicoException
that is thrown when there is: - a problem initializing the container - a cyclic dependency between components occurs.class
class
Subclass ofPicoException
that is thrown when aPicoContainer
hierarchy cannot be verified.Methods in org.picocontainer that throw PicoException -
Uses of PicoException in org.picocontainer.classname
Methods in org.picocontainer.classname that throw PicoExceptionModifier and TypeMethodDescriptionfinal Object
DefaultClassLoadingPicoContainer.getComponent
(Object componentKeyOrType) -
Uses of PicoException in org.picocontainer.containers
Methods in org.picocontainer.containers that throw PicoExceptionModifier and TypeMethodDescription<T> List<T>
AbstractDelegatingPicoContainer.getComponents
(Class<T> type) -
Uses of PicoException in org.picocontainer.injectors
Subclasses of PicoException in org.picocontainer.injectorsModifier and TypeClassDescriptionstatic final class
Exception that is thrown as part of the introspection.static class
static class
static class
Exception thrown when some of the component's dependencies are not satisfiable.static class
-
Uses of PicoException in org.picocontainer.lifecycle
Subclasses of PicoException in org.picocontainer.lifecycleModifier and TypeClassDescriptionclass
Subclass ofPicoException
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.monitorsModifier and TypeClassDescriptionfinal class
Subclass ofPicoException
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 PicoExceptionModifier and TypeMethodDescriptionvoid
ConstantParameter.verify
(PicoContainer container, ComponentAdapter<?> adapter, Type 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.visitors
Subclasses of PicoException in org.picocontainer.visitorsModifier and TypeClassDescriptionstatic class
Exception for a PicoVisitor, that is dependent on a defined starting point of the traversal.