Uses of Package
rx.exceptions
-
Packages that use rx.exceptions Package Description rx Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.rx.exceptions Exception handling utilities, safe subscriber exception classes, lifecycle exception classes.rx.internal.util -
Classes in rx.exceptions used by rx Class Description MissingBackpressureException Represents an exception that indicates that a Subscriber or operator attempted to apply reactive pull backpressure to an Observable that does not implement it. -
Classes in rx.exceptions used by rx.exceptions Class Description AssemblyStackTraceException A RuntimeException that is stackless but holds onto a textual stacktrace from tracking the assembly location of operators.CompositeException.PrintStreamOrWriter OnErrorThrowable Represents aThrowable
that anObservable
might notify its subscribers of, but that then can be handled by an operator that is designed to recover from or react appropriately to such an error. -
Classes in rx.exceptions used by rx.internal.util Class Description MissingBackpressureException Represents an exception that indicates that a Subscriber or operator attempted to apply reactive pull backpressure to an Observable that does not implement it.