org.picocontainer.injectors
Class AbstractInjector.UnsatisfiableDependenciesException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.picocontainer.PicoException
org.picocontainer.PicoException
                   org.picocontainer.PicoCompositionException
org.picocontainer.PicoCompositionException
                       org.picocontainer.injectors.AbstractInjector.UnsatisfiableDependenciesException
org.picocontainer.injectors.AbstractInjector.UnsatisfiableDependenciesException
- All Implemented Interfaces: 
- 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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AbstractInjector.UnsatisfiableDependenciesException
public AbstractInjector.UnsatisfiableDependenciesException(ComponentAdapter<?> instantiatingComponentAdapter,
                                                           Type unsatisfiedDependencyType,
                                                           Set unsatisfiableDependencies,
                                                           PicoContainer leafContainer)
getUnsatisfiableComponentAdapter
public ComponentAdapter<?> getUnsatisfiableComponentAdapter()
- 
 
getUnsatisfiableDependencies
public Set getUnsatisfiableDependencies()
- 
 
getUnsatisfiedDependencyType
public Type getUnsatisfiedDependencyType()
- 
 
getLeafContainer
public PicoContainer getLeafContainer()
- 
 
Copyright © 2003-2010 Codehaus. All Rights Reserved.