Uses of Class
com.machinezoo.noexception.CheckedExceptionHandler
-
Packages that use CheckedExceptionHandler Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of CheckedExceptionHandler in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return CheckedExceptionHandler Modifier and Type Method Description static CheckedExceptionHandlerExceptions. sneak()ReturnsCheckedExceptionHandlerthat lets through checked exceptions without declaring them.static CheckedExceptionHandlerExceptions. wrap()ReturnsCheckedExceptionHandlerthat wraps all checked exceptions.static CheckedExceptionHandlerExceptions. wrap(Function<Exception,RuntimeException> wrapper)CreatesCheckedExceptionHandlerthat applies custom wrapper to checked exceptions.
-