org.picocontainer
Class PicoLifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
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)
|
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 |
method
private final java.lang.reflect.Method method
instance
private final java.lang.Object instance
PicoLifecycleException
public PicoLifecycleException(java.lang.reflect.Method method,
java.lang.Object instance,
java.lang.RuntimeException cause)
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