Exception Handling

Sort: popular | newest
Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.
Last Release on May 16, 2024
Catch throwables (not only exceptions)
Last Release on Apr 9, 2019
Catch and verify exceptions
Last Release on Nov 6, 2013
Error handling in Functional Programming
Last Release on Jan 4, 2021
A clean exception base class(s) with a signature closer to slf4j, so that messages can be as nicely descriptive
Last Release on Nov 28, 2016
Backstopper module backstopper-core
Last Release on Aug 10, 2023
This is the official library to notify exception to Airbrake.io
Last Release on Jun 5, 2013
A tiny Java8 exception & error handling utility library. Whenever possible it tries to be API-compatible to Google Guava.
Last Release on Apr 12, 2016
PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.
Last Release on Feb 3, 2024
A tiny Java8 exception & error handling utility library. Whenever possible it tries to be API-compatible to Google Guava.
Last Release on Nov 21, 2016