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.
Stable and maintained. Stagean is used to track progress on class and method level.
See homepage.
Bug reports and pull requests are welcome. See CONTRIBUTING.md.
Distributed under Apache License 2.0.