public class FailureEvent extends com.google.gwt.event.shared.GwtEvent<FailureEventHandler>
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
caught |
protected String |
message |
static com.google.gwt.event.shared.GwtEvent.Type<FailureEventHandler> |
TYPE |
| Constructor and Description |
|---|
FailureEvent(Throwable caught,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FailureEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<FailureEventHandler> |
getAssociatedType() |
Throwable |
getCaught() |
String |
getMessage() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<FailureEventHandler> TYPE
protected Throwable caught
protected String message
public com.google.gwt.event.shared.GwtEvent.Type<FailureEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FailureEventHandler>protected void dispatch(FailureEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FailureEventHandler>public Throwable getCaught()
public String getMessage()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<FailureEventHandler>Copyright © 2019. All Rights Reserved.