Java exception-handler

Open-source Java projects categorized as exception-handler

Java exception-handler Projects

  • noexception

    Java library for handling exceptions in concise, unified, and architecturally clean way.

  • Project mention: Unchecked Java: Say Goodbye to Checked Exceptions Forever | news.ycombinator.com | 2023-07-13

    Putting aside the discussions about the necessity of checked exceptions (to which I feel unqualified to express my opinion), I believe the approach used by the OP article is not the best one:

    - It requires modifying compiler arguments and putting some file in the local classpath! That's really not Java-ic. Is it?

    - It is not transparent in the code. You cannot infer by looking at the source code that something has changed.

    Since some time ago I use the NoException library[0] in my Java projects which achieves the same goal but without the above-mentioned issues. It can also be used to mimic Scala's Try construct.

    [0] https://github.com/robertvazan/noexception

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java exception-handler related posts

  • Unchecked Java: Say Goodbye to Checked Exceptions Forever

    6 projects | news.ycombinator.com | 13 Jul 2023

Index

Project Stars
1 noexception 91

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com