Package com.machinezoo.noexception

Classes implementing all NoException features. Class Exceptions is the entry point to NoException functionality. After picking one of its predefined exception handlers and possibly calling ExceptionHandler.passing(), you pass your code as a lambda to the appropriate method of ExceptionHandler, ExceptionFilter, or CheckedExceptionHandler.

Typical usage: Exceptions.log().get(() -> my_throwing_lambda).orElse(fallback)

See Also:
NoException tutorial