Uses of Class
io.reactivex.rxjava3.exceptions.CompositeException.PrintStreamOrWriter
-
Packages that use CompositeException.PrintStreamOrWriter 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
). -
-
Uses of CompositeException.PrintStreamOrWriter in io.reactivex.rxjava3.exceptions
Subclasses of CompositeException.PrintStreamOrWriter in io.reactivex.rxjava3.exceptions Modifier and Type Class Description (package private) static class
CompositeException.WrappedPrintStream
Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.(package private) static class
CompositeException.WrappedPrintWriter
Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.Methods in io.reactivex.rxjava3.exceptions that return CompositeException.PrintStreamOrWriter Modifier and Type Method Description (package private) abstract CompositeException.PrintStreamOrWriter
CompositeException.PrintStreamOrWriter. append(java.lang.Object o)
Prints the object's string representation via the underlying PrintStream or PrintWriter.Methods in io.reactivex.rxjava3.exceptions with parameters of type CompositeException.PrintStreamOrWriter Modifier and Type Method Description private void
CompositeException. appendStackTrace(CompositeException.PrintStreamOrWriter output, java.lang.Throwable ex, java.lang.String prefix)
private void
CompositeException. printStackTrace(CompositeException.PrintStreamOrWriter output)
Special handling for printing out aCompositeException
.
-