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 CheckedExceptionHandler
Exceptions. sneak()
ReturnsCheckedExceptionHandler
that lets through checked exceptions without declaring them.static CheckedExceptionHandler
Exceptions. wrap()
ReturnsCheckedExceptionHandler
that wraps all checked exceptions.static CheckedExceptionHandler
Exceptions. wrap(Function<Exception,RuntimeException> wrapper)
CreatesCheckedExceptionHandler
that applies custom wrapper to checked exceptions.
-