Class ConsoleOutput.CustomErrorStream

java.lang.Object
java.io.OutputStream
nl.tudelft.simulation.dsol.swing.gui.ConsoleOutput.CustomErrorStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
ConsoleOutput

public static class ConsoleOutput.CustomErrorStream extends OutputStream
The custom error stream that writes to the text pane.
  • Constructor Details

    • CustomErrorStream

      public CustomErrorStream(JTextArea textArea, PrintStream standardErr)
      Create the custom writer.
      Parameters:
      textArea - JTextArea; the text area to write to
      standardErr - PrintSTream; the original stderr
  • Method Details