Package rx.exceptions
package rx.exceptions
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
-
ClassDescriptionA RuntimeException that is stackless but holds onto a textual stacktrace from tracking the assembly location of operators.Represents an exception that is a composite of one or more other exceptions.Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementationUtility class with methods to wrap checked exceptions and manage fatal and regular exception delivery.Represents an exception that indicates that a Subscriber or operator attempted to apply reactive pull backpressure to an Observable that does not implement it.Represents an exception used to re-throw errors thrown from
Observer.onCompleted()
.Represents an exception used to re-throw errors thrown fromObserver.onError(Throwable)
.Represents an exception used to re-throwObserver.onError(Throwable)
when an implementation doesn't exist.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.Represents an exception that was encountered while trying to emit an item from an Observable, and tries to preserve that item for future use and/or reporting.Represents an exception used to re-throw errors thrown fromSubscriber.unsubscribe()
.