com.ideanest.util
Class CompoundRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ideanest.util.CompoundRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class CompoundRuntimeException
extends java.lang.RuntimeException

A collection of runtime exceptions that needed to be ignored for some reason.

Version:
1.0, 2002-09-13
Author:
Piotr Kaminski (piotr@ideanest.com)
See Also:
Serialized Form

Constructor Summary
CompoundRuntimeException(java.util.List exceptions)
           
CompoundRuntimeException(java.lang.String msg, java.util.List exceptions)
           
 
Method Summary
 java.util.List getExceptions()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundRuntimeException

public CompoundRuntimeException(java.lang.String msg,
                                java.util.List exceptions)

CompoundRuntimeException

public CompoundRuntimeException(java.util.List exceptions)
Method Detail

getExceptions

public java.util.List getExceptions()