Class CompositeException.PrintStreamOrWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract CompositeException.PrintStreamOrWriter 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
    • Constructor Detail

      • PrintStreamOrWriter

        PrintStreamOrWriter()
    • Method Detail

      • append

        abstract CompositeException.PrintStreamOrWriter append​(java.lang.Object o)
        Prints the object's string representation via the underlying PrintStream or PrintWriter.
        Parameters:
        o - the object to print
        Returns:
        this