org.picocontainer.defaults
Class PicoInvocationTargetInitializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              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)
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, 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)


Copyright © 2003-2004 Codehaus. All Rights Reserved.