Skip navigation links

Package net.openhft.chronicle.core.onoes

Provides classes and interfaces for exception handling, logging, and associated utilities.

See: Description

Package net.openhft.chronicle.core.onoes Description

Provides classes and interfaces for exception handling, logging, and associated utilities.

This package contains classes and interfaces that enable handling exceptions in a uniform manner throughout an application. This includes mechanisms for chaining multiple exception handlers together, logging exceptions, handling exceptions on a per-thread basis, and recording exceptions.

The core of this package is the ExceptionHandler interface which allows for custom logic to be defined for handling different types of exceptions.

Other classes and enumerations within the package include:

This package is part of the Chronicle-Core library by OpenHFT.

See Also:
ExceptionHandler
Skip navigation links

Copyright © 2024. All rights reserved.