Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertvazan/noexception
Java library for handling exceptions in concise, unified, and architecturally clean way.
https://github.com/robertvazan/noexception
exception-handler exceptions functional-programming java-8 java-library noexception
Last synced: 4 days ago
JSON representation
Java library for handling exceptions in concise, unified, and architecturally clean way.
- Host: GitHub
- URL: https://github.com/robertvazan/noexception
- Owner: robertvazan
- License: apache-2.0
- Created: 2017-06-16T08:11:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T13:01:54.000Z (9 months ago)
- Last Synced: 2024-12-10T13:23:43.490Z (12 days ago)
- Topics: exception-handler, exceptions, functional-programming, java-8, java-library, noexception
- Language: Java
- Homepage: https://noexception.machinezoo.com/
- Size: 1.22 MB
- Stars: 95
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - robertvazan/noexception - Java library for handling exceptions in concise, unified, and architecturally clean way. (Java)
README
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# NoException
[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.noexception/noexception)](https://central.sonatype.com/artifact/com.machinezoo.noexception/noexception)
[![Build status](https://github.com/robertvazan/noexception/workflows/build/badge.svg)](https://github.com/robertvazan/noexception/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/noexception/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/noexception)
[![Mentioned in Awesome Java 8](https://awesome.re/mentioned-badge.svg)](https://github.com/tedyoung/awesome-java8)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](https://noexception.machinezoo.com/).
## Status
Stable and maintained. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.
## Getting started
See [homepage](https://noexception.machinezoo.com/).
## Documentation
* [Homepage](https://noexception.machinezoo.com/)
* [Javadoc](https://noexception.machinezoo.com/javadocs/core/com.machinezoo.noexception/module-summary.html)## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).