org.picocontainer.defaults
Class UnsatisfiedDependencyInstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.picocontainer.PicoException
              extended byorg.picocontainer.PicoInitializationException
                  extended byorg.picocontainer.PicoInstantiationException
                      extended byorg.picocontainer.defaults.UnsatisfiedDependencyInstantiationException
All Implemented Interfaces:
Serializable

public class UnsatisfiedDependencyInstantiationException
extends PicoInstantiationException

See Also:
Serialized Form

Constructor Summary
UnsatisfiedDependencyInstantiationException(Class classThatNeeds, Object componentKey, Class neededDep)
           
 
Method Summary
 Class getClassThatNeedsDeps()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UnsatisfiedDependencyInstantiationException

public UnsatisfiedDependencyInstantiationException(Class classThatNeeds,
                                                   Object componentKey,
                                                   Class neededDep)
Method Detail

getMessage

public String getMessage()

getClassThatNeedsDeps

public Class getClassThatNeedsDeps()


Copyright © 2003 Codehaus. All Rights Reserved.