Uses of Class
rx.exceptions.CompositeException.PrintStreamOrWriter
-
Packages that use CompositeException.PrintStreamOrWriter Package Description rx.exceptions Exception handling utilities, safe subscriber exception classes, lifecycle exception classes. -
-
Uses of CompositeException.PrintStreamOrWriter in rx.exceptions
Subclasses of CompositeException.PrintStreamOrWriter in rx.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
Methods in rx.exceptions with parameters of type CompositeException.PrintStreamOrWriter Modifier and Type Method Description private void
CompositeException. printStackTrace(CompositeException.PrintStreamOrWriter s)
Special handling for printing out aCompositeException
.
-