org.picocontainer.defaults
Class UnsatisfiableDependenciesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.UnsatisfiableDependenciesException
- All Implemented Interfaces:
- Serializable
public class UnsatisfiableDependenciesException
- extends PicoIntrospectionException
Exception thrown when some of the component's dependencies are not satisfiable.
- Version:
- $Revision: 2838 $
- Author:
- Aslak Hellesøy, Mauro Talevi
- See Also:
- Serialized Form
UnsatisfiableDependenciesException
public UnsatisfiableDependenciesException(ComponentAdapter instantiatingComponentAdapter,
Set unsatisfiableDependencies,
PicoContainer leafContainer)
UnsatisfiableDependenciesException
public UnsatisfiableDependenciesException(ComponentAdapter instantiatingComponentAdapter,
Class unsatisfiedDependencyType,
Set unsatisfiableDependencies,
PicoContainer leafContainer)
getUnsatisfiableComponentAdapter
public ComponentAdapter getUnsatisfiableComponentAdapter()
getUnsatisfiableDependencies
public Set getUnsatisfiableDependencies()
getUnsatisfiedDependencyType
public Class getUnsatisfiedDependencyType()
getLeafContainer
public PicoContainer getLeafContainer()
Copyright © 2003-2007 Codehaus. All Rights Reserved.