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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
printStream
-
-
Constructor Details
-
WrappedPrintStream
WrappedPrintStream(PrintStream printStream)
-
-
Method Details
-
lock
Object lock()Description copied from class:CompositeException.PrintStreamOrWriter
Returns the object to be locked when using this StreamOrWriter- Specified by:
lock
in classCompositeException.PrintStreamOrWriter
-
println
Description copied from class:CompositeException.PrintStreamOrWriter
Prints the specified string as a line on this StreamOrWriter- Specified by:
println
in classCompositeException.PrintStreamOrWriter
-