Package com.google.gwt.event.shared
Class UmbrellaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.web.bindery.event.shared.UmbrellaException
com.google.gwt.event.shared.UmbrellaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttachDetachException
Wraps {com.google.web.bindery.event.shared.UmbrellaException} for legacy
compatibility.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Required for GWT RPC serialization.UmbrellaException
(Set<Throwable> causes) -
Method Summary
Methods inherited from class com.google.web.bindery.event.shared.UmbrellaException
getCauses, makeCause, makeMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UmbrellaException
-
UmbrellaException
protected UmbrellaException()Required for GWT RPC serialization.
-