Error Handling
Versatile error handling for every scenario
Last Release on May 11, 2024
Relocated → dev.soundness »
contingency-core
Core Java Jexbox connector hooks into Thread.UncaughtExceptionHandler, so any uncaught exceptions in your application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties
Last Release on May 26, 2014
46. Retry2 usages
com.arakelian » retryApache
General purpose method for retrying arbitrary Java code with specific stop, retry, and exception handling capabilities.
Last Release on Apr 24, 2023
47. Corn Exception1 usages
net.sf.corn » corn-exceptionApache
The module offers base exception class to simplify exception handling and defining with internalization support
Last Release on Jan 2, 2014
48. Error1 usages
coast-framework » errorMIT
Easy clojure error handling
Last Release on Aug 17, 2019
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 Dec 30, 2009
MulTEx is a simple, but powerful framework for organizing exceptions and messages in a multi-tier Java software system.
It offers the key features:
Causal chains/trees as a means to capture low-level error information
Redundancy-free stack traces in the case of indirectly caused exceptions
Internationalizable message texts and parameters for exceptions
Services for reporting an exception with its causal chain/tree onto streams and screens
A standard way for writing method bodies with regard to ...
Last Release on May 2, 2007