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
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 |
CompoundRuntimeException
public CompoundRuntimeException(java.lang.String msg,
java.util.List exceptions)
CompoundRuntimeException
public CompoundRuntimeException(java.util.List exceptions)
getExceptions
public java.util.List getExceptions()
|