-
public class RxJavaErrorHandler
Abstract class for defining error handling logic in addition to the normal
For example, all
{@code Exception}
s can be logged using this handler even ifThis plugin is also responsible for augmenting rendering of
{@code OnErrorThrowable.OnNextValue}
.See RxJavaPlugins or the RxJava GitHub Wiki for information on configuring plugins: https://github.com/ReactiveX/RxJava/wiki/Plugins.
-
-
Method Summary
Modifier and Type Method Description void
handleError(Throwable e)
final String
handleOnNextValueRendering(Object item)
-
-
Method Detail
-
handleError
@Deprecated() void handleError(Throwable e)
-
handleOnNextValueRendering
final String handleOnNextValueRendering(Object item)
-
-
-
-