picocontainer
Class PicoInvocationTargetInitailizationException

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

public class PicoInvocationTargetInitailizationException
extends PicoInitializationException

See Also:
Serialized Form

Constructor Summary
PicoInvocationTargetInitailizationException(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

PicoInvocationTargetInitailizationException

public PicoInvocationTargetInitailizationException(Throwable cause)
Method Detail

getCause

public Throwable getCause()

getMessage

public String getMessage()


Copyright © Codehaus. All Rights Reserved.