public class ErrorEvent extends WebPollerEvent<ErrorEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrorEvent.Handler |
| Constructor and Description |
|---|
ErrorEvent(WebPoller webPoller,
java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ErrorEvent.Handler handler) |
|
getAssociatedType() |
java.lang.Throwable |
getException() |
static |
getType() |
getWebPollerpublic ErrorEvent(@Nonnull
WebPoller webPoller,
@Nonnull
java.lang.Throwable exception)
public staticgetType()
@Nonnull public java.lang.Throwable getException()
publicgetAssociatedType()
protected void dispatch(@Nonnull
ErrorEvent.Handler handler)