org.picocontainer.monitors
Class LifecycleComponentMonitor.LifecycleFailuresException

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.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

Field Summary
private  java.util.List lifecycleFailures
           
 
Constructor Summary
LifecycleComponentMonitor.LifecycleFailuresException(java.util.List lifecycleFailures)
           
 
Method Summary
 java.util.Collection getFailures()
           
 java.lang.String getMessage()
           
 
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

lifecycleFailures

private java.util.List lifecycleFailures
Constructor Detail

LifecycleComponentMonitor.LifecycleFailuresException

public LifecycleComponentMonitor.LifecycleFailuresException(java.util.List lifecycleFailures)
Method Detail

getMessage

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

getFailures

public java.util.Collection getFailures()