Package rx.exceptions

Class CompositeException.WrappedPrintWriter

    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait