noexception
noexception copied to clipboard
Java library for handling exceptions in concise, unified, and architecturally clean way.
Results
2
noexception issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for the package. I really find it useful. Is there any plan to have a try() method similar to the Try in Scala, which handles _both_ checked and...
I have been using this library for quite a while, and I can't recall one place where I didn't use `Exceptions.sneak()#method`. Consider this example: ```java List nonEmptyFiles = Files.list(somePath) .filter(path...