- java.lang.Object
-
- com.machinezoo.hookless.noexception.ReactiveExceptions
-
@StubDocs @NoTests @DraftApi("if this is used often, we might consider neater API, e.g. .silence().blocking().run(...)") public class ReactiveExceptions extends Object
Wrappers forExceptionHandler
andExceptionFilter
.
-
-
Constructor Summary
Constructors Constructor Description ReactiveExceptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExceptionFilter
blocking(ExceptionFilter handler)
static ExceptionHandler
blocking(ExceptionHandler handler)
static ExceptionFilter
nonblocking(ExceptionFilter handler)
static ExceptionHandler
nonblocking(ExceptionHandler handler)
-
-
-
Method Detail
-
blocking
public static ExceptionHandler blocking(ExceptionHandler handler)
-
nonblocking
public static ExceptionHandler nonblocking(ExceptionHandler handler)
-
blocking
public static ExceptionFilter blocking(ExceptionFilter handler)
-
nonblocking
public static ExceptionFilter nonblocking(ExceptionFilter handler)
-
-