Uses of Class
rx.exceptions.OnErrorThrowable
-
Packages that use OnErrorThrowable Package Description rx.exceptions Exception handling utilities, safe subscriber exception classes, lifecycle exception classes. -
-
Uses of OnErrorThrowable in rx.exceptions
Methods in rx.exceptions that return OnErrorThrowable Modifier and Type Method Description static OnErrorThrowable
OnErrorThrowable. from(java.lang.Throwable t)
Converts aThrowable
into anOnErrorThrowable
.
-