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.PicoRegistrationException
                      extended byorg.picocontainer.PicoIntrospectionException
                          extended byorg.picocontainer.defaults.UnsatisfiableDependenciesException
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiableDependenciesException
extends PicoIntrospectionException

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

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

Constructor Detail

UnsatisfiableDependenciesException

public UnsatisfiableDependenciesException(InstantiatingComponentAdapter instantiatingComponentAdapter,
                                          java.util.Set failedDependencies)
Method Detail

getUnsatisfiableComponentAdapter

public InstantiatingComponentAdapter getUnsatisfiableComponentAdapter()

getUnsatisfiableDependencies

public java.util.Set getUnsatisfiableDependencies()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © 2003-2004 Codehaus. All Rights Reserved.