public class SubscriberExceptionHandlerImpl
extends java.lang.Object
implements com.google.common.eventbus.SubscriberExceptionHandler
Title:
Description:
Copyright: 2015~2021
Company/Department: xforceplus
| 构造器和说明 |
|---|
SubscriberExceptionHandlerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleException(java.lang.Throwable exception,
com.google.common.eventbus.SubscriberExceptionContext context)
Handles exceptions thrown by subscribers.
|