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:
Serializable

public class PicoLifecycleException
extends PicoException

See Also:
Serialized Form

Constructor Summary
PicoLifecycleException(Method method, Object instance, Throwable cause)
           
 
Method Summary
 Object getInstance()
           
 String getMessage()
           
 Method getMethod()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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,
                              Throwable cause)
Method Detail

getMethod

public Method getMethod()

getInstance

public Object getInstance()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2003-2010 Codehaus. All Rights Reserved.