protected class ImportFileService.SubscriberExceptionHandlerImpl
extends java.lang.Object
implements com.google.common.eventbus.SubscriberExceptionHandler
| 限定符 | 构造器和说明 |
|---|---|
protected |
SubscriberExceptionHandlerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleException(java.lang.Throwable exception,
com.google.common.eventbus.SubscriberExceptionContext context)
Handles exceptions thrown by subscribers.
|