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

Constructor Summary
LifecycleComponentMonitor.LifecycleFailuresException(List lifecycleFailures)
           
 
Method Summary
 Collection getFailures()
           
 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
 

Constructor Detail

LifecycleComponentMonitor.LifecycleFailuresException

public LifecycleComponentMonitor.LifecycleFailuresException(List lifecycleFailures)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getFailures

public Collection getFailures()


Copyright © 2003-2007 Codehaus. All Rights Reserved.