org.picocontainer.gems.lifecycle
Class ReflectionLifecycleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.picocontainer.gems.lifecycle.ReflectionLifecycleException
All Implemented Interfaces:
Serializable

public class ReflectionLifecycleException
extends org.picocontainer.PicoException

Subclass of PicoException that is thrown when there is a problem invoking lifecycle methods via reflection.

Since:
1.2
Version:
$Revision: 1.3 $
Author:
Paul Hammant, Mauro Talevi
See Also:
Serialized Form

Constructor Summary
protected ReflectionLifecycleException(String message, Throwable cause)
          Construct a new exception with the specified cause and the specified detail message.
 
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

ReflectionLifecycleException

protected ReflectionLifecycleException(String message,
                                       Throwable cause)
Construct a new exception with the specified cause and the specified detail message.

Parameters:
message - the message detailing the exception.
cause - the exception that caused this one.


Copyright © 2003-2007 Codehaus. All Rights Reserved.