Package rx.exceptions
Class CompositeException.PrintStreamOrWriter
- java.lang.Object
-
- rx.exceptions.CompositeException.PrintStreamOrWriter
-
- Direct Known Subclasses:
CompositeException.WrappedPrintStream
,CompositeException.WrappedPrintWriter
- Enclosing class:
- CompositeException
abstract static class CompositeException.PrintStreamOrWriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrintStreamOrWriter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract java.lang.Object
lock()
Returns the object to be locked when using this StreamOrWriter(package private) abstract void
println(java.lang.Object o)
Prints the specified string as a line on this StreamOrWriter
-