Class Util.DummyPrintWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
org.eigenbase.resgen.Util.DummyPrintWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
Util

static class Util.DummyPrintWriter extends PrintWriter
So we know to avoid recursively calling Util.printStackTrace(Throwable,java.io.PrintWriter).
  • Constructor Details

    • DummyPrintWriter

      public DummyPrintWriter(Writer out)