org.picocontainer
Class PicoLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoLifecycleException
All Implemented Interfaces:
java.io.Serializable

public class PicoLifecycleException
extends PicoException

See Also:
Serialized Form

Field Summary
private  java.lang.Object instance
           
private  java.lang.reflect.Method method
           
 
Constructor Summary
PicoLifecycleException(java.lang.reflect.Method method, java.lang.Object instance, java.lang.RuntimeException cause)
           
 
Method Summary
 java.lang.Object getInstance()
           
 java.lang.String getMessage()
           
 java.lang.reflect.Method getMethod()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

method

private final java.lang.reflect.Method method

instance

private final java.lang.Object instance
Constructor Detail

PicoLifecycleException

public PicoLifecycleException(java.lang.reflect.Method method,
                              java.lang.Object instance,
                              java.lang.RuntimeException cause)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getInstance

public java.lang.Object getInstance()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable