Package rx.exceptions
Class CompositeException.WrappedPrintWriter
java.lang.Object
rx.exceptions.CompositeException.PrintStreamOrWriter
rx.exceptions.CompositeException.WrappedPrintWriter
- Enclosing class:
CompositeException
static final class CompositeException.WrappedPrintWriter
extends CompositeException.PrintStreamOrWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
printWriter
-
-
Constructor Details
-
WrappedPrintWriter
WrappedPrintWriter(PrintWriter printWriter)
-
-
Method Details
-
lock
Object lock()Description copied from class:CompositeException.PrintStreamOrWriterReturns the object to be locked when using this StreamOrWriter- Specified by:
lockin classCompositeException.PrintStreamOrWriter
-
println
Description copied from class:CompositeException.PrintStreamOrWriterPrints the specified string as a line on this StreamOrWriter- Specified by:
printlnin classCompositeException.PrintStreamOrWriter
-