@NonNullApi
See: Description
Interface | Description |
---|---|
ExceptionHandler |
Handler to allow strategies for re-throwing exceptions.
|
Class | Description |
---|---|
CompositeExceptionHandler |
Composite
ExceptionHandler that loops though a list of delegates. |
DefaultExceptionHandler |
Default implementation of
ExceptionHandler - just re-throws the exception it encounters. |
LogOrRethrowExceptionHandler |
Implementation of
ExceptionHandler based on an Classifier . |
RethrowOnThresholdExceptionHandler |
Implementation of
ExceptionHandler that rethrows when exceptions of a
given type reach a threshold. |
SimpleLimitExceptionHandler |
Simple implementation of exception handler which looks for given exception
types.
|
Enum | Description |
---|---|
LogOrRethrowExceptionHandler.Level |
Logging levels for the handler.
|
Infrastructure implementations of repeat exception handler concerns.