|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.ideanest.util.CompoundRuntimeException
A collection of runtime exceptions that needed to be ignored for some reason.
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 |
public CompoundRuntimeException(java.lang.String msg, java.util.List exceptions)
public CompoundRuntimeException(java.util.List exceptions)
Method Detail |
public java.util.List getExceptions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |