org.picocontainer.monitors
Class LifecycleComponentMonitor.LifecycleFailuresException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.monitors.LifecycleComponentMonitor.LifecycleFailuresException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- LifecycleComponentMonitor
public class LifecycleComponentMonitor.LifecycleFailuresException
- extends PicoException
Subclass of PicoException
that is thrown when the collected
lifecycle failures need to be be collectively rethrown.
- Author:
- Paul Hammant, Mauro Talevi
- See Also:
- Serialized Form
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 |
lifecycleFailures
private java.util.List lifecycleFailures
LifecycleComponentMonitor.LifecycleFailuresException
public LifecycleComponentMonitor.LifecycleFailuresException(java.util.List lifecycleFailures)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getFailures
public java.util.Collection getFailures()