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:
Serializable

public class UnsatisfiableDependenciesException
extends PicoIntrospectionException

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

Constructor Summary
UnsatisfiableDependenciesException(Class componentImplementation, Set failedDependencies)
           
 
Method Summary
 boolean equals(Object o)
           
 Class getUnsatisfiableComponentImplementation()
           
 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(Class componentImplementation,
                                          Set failedDependencies)
Method Detail

getUnsatisfiableComponentImplementation

public Class getUnsatisfiableComponentImplementation()

getUnsatisfiableDependencies

public Set getUnsatisfiableDependencies()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2003-2004 Codehaus. All Rights Reserved.