Uses of Package
rx.exceptions
Packages that use rx.exceptions
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
-
Classes in rx.exceptions used by rxClassDescriptionRepresents 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.exceptionsClassDescriptionA RuntimeException that is stackless but holds onto a textual stacktrace from tracking the assembly location of operators.Represents a
Throwable
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.utilClassDescriptionRepresents an exception that indicates that a Subscriber or operator attempted to apply reactive pull backpressure to an Observable that does not implement it.