Class ReactiveExceptions
java.lang.Object
com.machinezoo.hookless.noexception.ReactiveExceptions
@ApiIssue("if this is used often, we might consider neater API, e.g. .silence().blocking().run(...)") public class ReactiveExceptions extends Object
Wrappers for
ExceptionHandler
and ExceptionFilter
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionFilter
blocking
(ExceptionFilter handler) static ExceptionHandler
blocking
(ExceptionHandler handler) static ExceptionFilter
nonblocking
(ExceptionFilter handler) static ExceptionHandler
nonblocking
(ExceptionHandler handler)
-
Constructor Details
-
ReactiveExceptions
public ReactiveExceptions()
-
-
Method Details
-
blocking
-
nonblocking
-
blocking
-
nonblocking
-