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 Sep 14, 2023
4. Faux Pas22 usages
org.zalando » faux-pasMIT
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
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 Jan 6, 2023
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