Uses of Class
com.machinezoo.noexception.ExceptionHandler
-
Packages that use ExceptionHandler Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ExceptionHandler in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return ExceptionHandler Modifier and Type Method Description static ExceptionHandler
Exceptions. ignore()
Deprecated.UseExceptions.propagate()
instead.static ExceptionHandler
Exceptions. log()
Deprecated.Use SLF4J extension instead.static ExceptionHandler
Exceptions. log(org.slf4j.Logger logger)
Deprecated.Use SLF4J extension instead.static ExceptionHandler
Exceptions. log(org.slf4j.Logger logger, String message)
Deprecated.Use SLF4J extension instead.static ExceptionHandler
Exceptions. log(org.slf4j.Logger logger, Supplier<String> message)
Deprecated.Use SLF4J extension instead.static ExceptionHandler
Exceptions. pass()
Deprecated.UseExceptions.propagate()
instead.static ExceptionHandler
Exceptions. propagate()
ReturnsExceptionHandler
that propagates (lets through) all exceptions.static ExceptionHandler
Exceptions. silence()
ReturnsExceptionHandler
that silently ignores all exceptions.
-