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

public class UmbrellaException extends RuntimeException
A RuntimeException that collects a Set of child Throwables 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: