public interface ExceptionHandler
Modifier and Type | Field and Description |
---|---|
static ExceptionHandler |
DEFAULT |
static ExceptionHandler |
LOGGING_HANDLER |
Modifier and Type | Method and Description |
---|---|
boolean |
onError(java.lang.Throwable t) |
static final ExceptionHandler DEFAULT
static final ExceptionHandler LOGGING_HANDLER