org.picocontainer.defaults
Class PicoInvocationTargetInitializationException

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.PicoInvocationTargetInitializationException
All Implemented Interfaces:
Serializable

public class PicoInvocationTargetInitializationException
extends PicoInstantiationException

See Also:
Serialized Form

Constructor Summary
PicoInvocationTargetInitializationException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

PicoInvocationTargetInitializationException

public PicoInvocationTargetInitializationException(Throwable cause)
Method Detail

getCause

public Throwable getCause()

getMessage

public String getMessage()


Copyright © 2003 Codehaus. All Rights Reserved.