Package rx.exceptions
Class CompositeException.WrappedPrintStream
- java.lang.Object
-
- rx.exceptions.CompositeException.PrintStreamOrWriter
-
- rx.exceptions.CompositeException.WrappedPrintStream
-
- Enclosing class:
- CompositeException
static final class CompositeException.WrappedPrintStream extends CompositeException.PrintStreamOrWriter
Same abstraction and implementation as in JDK to allow PrintStream and PrintWriter to share implementation
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.PrintStreamprintStream
-
Constructor Summary
Constructors Constructor Description WrappedPrintStream(java.io.PrintStream printStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Objectlock()Returns the object to be locked when using this StreamOrWriter(package private) voidprintln(java.lang.Object o)Prints the specified string as a line on this StreamOrWriter
-
-
-
Method Detail
-
lock
java.lang.Object lock()
Description copied from class:CompositeException.PrintStreamOrWriterReturns the object to be locked when using this StreamOrWriter- Specified by:
lockin classCompositeException.PrintStreamOrWriter
-
println
void println(java.lang.Object o)
Description copied from class:CompositeException.PrintStreamOrWriterPrints the specified string as a line on this StreamOrWriter- Specified by:
printlnin classCompositeException.PrintStreamOrWriter
-
-