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 Object
  • Constructor Details

    • PrintStreamOrWriter

      PrintStreamOrWriter()
  • Method Details

    • lock

      abstract Object lock()
      Returns the object to be locked when using this StreamOrWriter
    • println

      abstract void println(Object o)
      Prints the specified string as a line on this StreamOrWriter