| Interface | Description |
|---|---|
| ExceptionHandler |
Strategy interface for pluggable exception handling, suitable for use with lambdas.
|
| Class | Description |
|---|---|
| ChainedExceptionHandler |
Chains exception handlers.
|
| ExceptionKey |
Immutable key for an exception event.
|
| RecordingExceptionHandler |
Records each exception by incrementing a count in a provided map keyed by
ExceptionKey. |
| ThreadLocalisedExceptionHandler |
Provides a per-thread
ExceptionHandler. |
| Enum | Description |
|---|---|
| LogLevel |
Levels used by Chronicle when reporting messages.
|
| NullExceptionHandler |
Null-Object implementation of
ExceptionHandler that ignores every event. |
| Slf4jExceptionHandler |
Exception handler that logs using the SLF4J API.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.