picocontainer.hierarchical
Class UnsatisfiedDependencyStartupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypicocontainer.PicoInitializationException
              extended bypicocontainer.hierarchical.UnsatisfiedDependencyStartupException
All Implemented Interfaces:
Serializable

public class UnsatisfiedDependencyStartupException
extends PicoInitializationException

See Also:
Serialized Form

Constructor Summary
UnsatisfiedDependencyStartupException(Class classThatNeedsDeps)
           
 
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

UnsatisfiedDependencyStartupException

public UnsatisfiedDependencyStartupException(Class classThatNeedsDeps)
Method Detail

getMessage

public String getMessage()

getClassThatNeedsDeps

public Class getClassThatNeedsDeps()


Copyright © Codehaus. All Rights Reserved.