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 TypeClassDescriptionclassclassSubclass ofPicoExceptionthat is thrown when there is: - a problem initializing the container - a cyclic dependency between components occurs.classclassSubclass ofPicoExceptionthat is thrown when aPicoContainerhierarchy 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 ObjectDefaultClassLoadingPicoContainer.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 classException that is thrown as part of the introspection.static classstatic classstatic classException 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 TypeClassDescriptionclassSubclass ofPicoExceptionthat 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 classSubclass ofPicoExceptionthat 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 TypeMethodDescriptionvoidConstantParameter.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 classException for a PicoVisitor, that is dependent on a defined starting point of the traversal.