|
GWT 2.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.event.shared.UmbrellaException
public class UmbrellaException
A RuntimeException
that collects a Set
of child
Throwable
s together. Typically thrown after loop, with all of the
exceptions thrown during that loop, but delayed so that the loop finishes
executing.
Constructor Summary | |
---|---|
UmbrellaException(java.util.Set<java.lang.Throwable> causes)
|
Method Summary | |
---|---|
java.util.Set<java.lang.Throwable> |
getCauses()
Get the set of exceptions that caused the failure. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UmbrellaException(java.util.Set<java.lang.Throwable> causes)
Method Detail |
---|
public java.util.Set<java.lang.Throwable> getCauses()
|
GWT 2.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |