Class UmbrellaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.web.bindery.event.shared.UmbrellaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UmbrellaException
A
RuntimeException
that collects a Set
of child
Throwable
s together. Typically thrown after a loop, with all of the
exceptions thrown during that loop, but delayed so that the loop finishes
executing.- See Also:
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Required for GWT RPC serialization.UmbrellaException
(Set<Throwable> causes) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MULTIPLE
- See Also:
-
ONE
- See Also:
-
-
Constructor Details
-
UmbrellaException
-
UmbrellaException
protected UmbrellaException()Required for GWT RPC serialization.
-
-
Method Details
-
makeCause
-
makeMessage
-
getCauses
Get the set of exceptions that caused the failure.- Returns:
- the set of causes
-