Uses of Class
rx.exceptions.CompositeException.PrintStreamOrWriter
Packages that use CompositeException.PrintStreamOrWriter
Package
Description
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
-
Uses of CompositeException.PrintStreamOrWriter in rx.exceptions
Subclasses of CompositeException.PrintStreamOrWriter in rx.exceptionsModifier and TypeClassDescription(package private) static final class
Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation(package private) static final class
Methods in rx.exceptions with parameters of type CompositeException.PrintStreamOrWriterModifier and TypeMethodDescriptionprivate void
CompositeException.printStackTrace
(CompositeException.PrintStreamOrWriter s) Special handling for printing out aCompositeException
.