public class ExceptionHandler
extends java.lang.Object
implements com.google.common.eventbus.SubscriberExceptionHandler
ComponentEvent.| Modifier and Type | Field and Description |
|---|---|
static ExceptionHandler |
instance
The Exception handler for all events.
|
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(java.lang.Throwable exception,
com.google.common.eventbus.SubscriberExceptionContext context) |
public static final ExceptionHandler instance