org.picocontainer.defaults
Class UnsatisfiableDependenciesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.picocontainer.PicoIntrospectionException
                      extended byorg.picocontainer.defaults.UnsatisfiableDependenciesException
All Implemented Interfaces:
Serializable

public class UnsatisfiableDependenciesException
extends PicoIntrospectionException

Version:
$Revision: 1.8 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
UnsatisfiableDependenciesException(ComponentAdapter instantiatingComponentAdapter, Set failedDependencies)
           
 
Method Summary
 ComponentAdapter getUnsatisfiableComponentAdapter()
           
 Set getUnsatisfiableDependencies()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsatisfiableDependenciesException

public UnsatisfiableDependenciesException(ComponentAdapter instantiatingComponentAdapter,
                                          Set failedDependencies)
Method Detail

getUnsatisfiableComponentAdapter

public ComponentAdapter getUnsatisfiableComponentAdapter()

getUnsatisfiableDependencies

public Set getUnsatisfiableDependencies()


Copyright © 2003-2004 Codehaus. All Rights Reserved.