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 classCompositeException.WrappedPrintStreamSame abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation(package private) static classCompositeException.WrappedPrintWriterMethods in rx.exceptions with parameters of type CompositeException.PrintStreamOrWriter Modifier and Type Method Description private voidCompositeException. printStackTrace(CompositeException.PrintStreamOrWriter s)Special handling for printing out aCompositeException.
-