Class CompositeException.WrappedPrintStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.PrintStream printStream  
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedPrintStream​(java.io.PrintStream printStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) CompositeException.WrappedPrintStream append​(java.lang.Object o)
      Prints the object's string representation via the underlying PrintStream or PrintWriter.
      • Methods inherited from class java.lang.Object

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