Uses of Package
io.reactivex.rxjava3.exceptions
-
Packages that use io.reactivex.rxjava3.exceptions Package Description io.reactivex.rxjava3.exceptions Exception handling utilities (Exceptions
), composite exception container (CompositeException
) and various lifecycle-related (UndeliverableException
) and behavior-violation exception types (OnErrorNotImplementedException
,MissingBackpressureException
).io.reactivex.rxjava3.internal.operators.flowable -
Classes in io.reactivex.rxjava3.exceptions used by io.reactivex.rxjava3.exceptions Class Description CompositeException.PrintStreamOrWriter CompositeException.WrappedPrintStream Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.CompositeException.WrappedPrintWriter Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.MissingBackpressureException Indicates that an operator attempted to emit a value but the downstream wasn't ready for it. -
Classes in io.reactivex.rxjava3.exceptions used by io.reactivex.rxjava3.internal.operators.flowable Class Description MissingBackpressureException Indicates that an operator attempted to emit a value but the downstream wasn't ready for it.