noexception
noexception copied to clipboard
Java library for handling exceptions in concise, unified, and architecturally clean way.
NoException
NoException is functional programming for Java exception handlers. Many applications contain thousands of try-catch constructs and it's a mess. Catch clauses are verbose, repetitive, inconsistent, buggy, and hard to test. NoException provides a set of predefined exception handlers (try-catch replacements) that are concise and neat. You can define your own reusable handlers to fit policies of your project.
More on homepage.
Status
Stable and maintained. Stagean is used to track progress on class and method level.
Getting started
See homepage.
Documentation
Feedback
Bug reports and pull requests are welcome. See CONTRIBUTING.md.
License
Distributed under Apache License 2.0.