Class ThrowingPrintWriter

java.lang.Object
java.io.Writer
org.eclipse.jgit.util.io.ThrowingPrintWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class ThrowingPrintWriter extends Writer
An alternative PrintWriter that doesn't catch exceptions.
Since:
2.2
  • Constructor Details

    • ThrowingPrintWriter

      public ThrowingPrintWriter(Writer out)
      Construct a JGitPrintWriter
      Parameters:
      out - the underlying Writer
  • Method Details