Uses of Class
io.reactivex.rxjava3.exceptions.CompositeException.PrintStreamOrWriter
Packages that use CompositeException.PrintStreamOrWriter
Package
Description
Exception handling utilities (
Exceptions),
composite exception container (CompositeException) and
various lifecycle-related (UndeliverableException)
and behavior-violation exception types (OnErrorNotImplementedException,
MissingBackpressureException).-
Uses of CompositeException.PrintStreamOrWriter in io.reactivex.rxjava3.exceptions
Subclasses of CompositeException.PrintStreamOrWriter in io.reactivex.rxjava3.exceptionsModifier and TypeClassDescription(package private) static final classSame abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.(package private) static final classSame abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.Methods in io.reactivex.rxjava3.exceptions that return CompositeException.PrintStreamOrWriterModifier and TypeMethodDescription(package private) abstract CompositeException.PrintStreamOrWriterPrints the object's string representation via the underlying PrintStream or PrintWriter.Methods in io.reactivex.rxjava3.exceptions with parameters of type CompositeException.PrintStreamOrWriterModifier and TypeMethodDescriptionprivate voidCompositeException.appendStackTrace(CompositeException.PrintStreamOrWriter output, Throwable ex, String prefix) private voidCompositeException.printStackTrace(CompositeException.PrintStreamOrWriter output) Special handling for printing out aCompositeException.