Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.8 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.8 KB

SWUbanner

NoException

Maven Central Build status Test coverage Mentioned in Awesome Java 8

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.