Package io.reactivex.rxjava3.exceptions
Class CompositeException.WrappedPrintWriter
java.lang.Object
io.reactivex.rxjava3.exceptions.CompositeException.PrintStreamOrWriter
io.reactivex.rxjava3.exceptions.CompositeException.WrappedPrintWriter
- Enclosing class:
CompositeException
static final class CompositeException.WrappedPrintWriter
extends CompositeException.PrintStreamOrWriter
Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CompositeException.WrappedPrintWriter
Prints the object's string representation via the underlying PrintStream or PrintWriter.
-
Field Details
-
printWriter
-
-
Constructor Details
-
WrappedPrintWriter
WrappedPrintWriter(PrintWriter printWriter)
-
-
Method Details
-
append
Description copied from class:CompositeException.PrintStreamOrWriter
Prints the object's string representation via the underlying PrintStream or PrintWriter.- Specified by:
append
in classCompositeException.PrintStreamOrWriter
- Parameters:
o
- the object to print- Returns:
- this
-