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 Modifier and Type Field Description private java.io.PrintWriter
printWriter
-
Constructor Summary
Constructors Constructor Description WrappedPrintWriter(java.io.PrintWriter printWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
lock()
Returns the object to be locked when using this StreamOrWriter(package private) void
println(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.PrintStreamOrWriter
Returns the object to be locked when using this StreamOrWriter- Specified by:
lock
in classCompositeException.PrintStreamOrWriter
-
println
void println(java.lang.Object o)
Description copied from class:CompositeException.PrintStreamOrWriter
Prints the specified string as a line on this StreamOrWriter- Specified by:
println
in classCompositeException.PrintStreamOrWriter
-
-