Package org.picocontainer.injectors
Class AbstractInjector.UnsatisfiableDependenciesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.picocontainer.PicoException
-
- org.picocontainer.PicoCompositionException
-
- org.picocontainer.injectors.AbstractInjector.UnsatisfiableDependenciesException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AbstractInjector<T>
public static class AbstractInjector.UnsatisfiableDependenciesException extends PicoCompositionException
Exception thrown when some of the component's dependencies are not satisfiable.- Author:
- Aslak Hellesøy, Mauro Talevi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiableDependenciesException(java.lang.String message)
-