public interface ExceptionReactor
| Modifier and Type | Field and Description |
|---|---|
static ExceptionReactor |
LOG_AND_SUPPRESS
Log the exception and return a null result.
|
static ExceptionReactor |
PROPAGATE
Allow the exception to propagate up the stack.
|
static ExceptionReactor |
SUPPRESS
Suppress the exception and return a null result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
reactTo(Exception exception) |
static final ExceptionReactor SUPPRESS
static final ExceptionReactor LOG_AND_SUPPRESS
static final ExceptionReactor PROPAGATE
void reactTo(Exception exception) throws IOException, RuntimeException
IOExceptionRuntimeExceptionCopyright © 2016–2018. All rights reserved.