org.picocontainer
Class PicoLifecycleException

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

public class PicoLifecycleException
extends PicoException

See Also:
Serialized Form

Constructor Summary
PicoLifecycleException(Method method, Object instance, RuntimeException cause)
           
 
Method Summary
 Object getInstance()
           
 String getMessage()
           
 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
 

Constructor Detail

PicoLifecycleException

public PicoLifecycleException(Method method,
                              Object instance,
                              RuntimeException cause)
Method Detail

getMethod

public Method getMethod()

getInstance

public Object getInstance()

getMessage

public String getMessage()


Copyright © 2003-2007 Codehaus. All Rights Reserved.