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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionFilterblocking(ExceptionFilter handler) static ExceptionHandlerblocking(ExceptionHandler handler) static ExceptionFilternonblocking(ExceptionFilter handler) static ExceptionHandlernonblocking(ExceptionHandler handler)
-
Constructor Details
-
ReactiveExceptions
public ReactiveExceptions()
-
-
Method Details
-
blocking
-
nonblocking
-
blocking
-
nonblocking
-