org.picocontainer.injectors
Class AbstractInjector.UnsatisfiableDependenciesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoCompositionException
                      extended by org.picocontainer.injectors.AbstractInjector.UnsatisfiableDependenciesException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractInjector

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
AbstractInjector.UnsatisfiableDependenciesException(ComponentAdapter instantiatingComponentAdapter, Class unsatisfiedDependencyType, Set unsatisfiableDependencies, PicoContainer leafContainer)
           
 
Method Summary
 PicoContainer getLeafContainer()
           
 ComponentAdapter getUnsatisfiableComponentAdapter()
           
 Set getUnsatisfiableDependencies()
           
 Class getUnsatisfiedDependencyType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractInjector.UnsatisfiableDependenciesException

public AbstractInjector.UnsatisfiableDependenciesException(ComponentAdapter instantiatingComponentAdapter,
                                                           Class unsatisfiedDependencyType,
                                                           Set unsatisfiableDependencies,
                                                           PicoContainer leafContainer)
Method Detail

getUnsatisfiableComponentAdapter

public ComponentAdapter getUnsatisfiableComponentAdapter()

getUnsatisfiableDependencies

public Set getUnsatisfiableDependencies()

getUnsatisfiedDependencyType

public Class getUnsatisfiedDependencyType()

getLeafContainer

public PicoContainer getLeafContainer()


Copyright © 2003-2007 Codehaus. All Rights Reserved.