All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsltools.visualization.ErrorPrintWrite

java.lang.Object
   |
   +----java.io.Writer
           |
           +----java.io.PrintWriter
                   |
                   +----jdsltools.visualization.ErrorPrintWrite

public class ErrorPrintWrite
extends PrintWriter
This extension of PrintWriter allows Stack Traces to be printed to the Error Message Window of the Visualizer.


Method Index

 o println(char[])
Print an array of characters, and then finish the line.
 o println(String)
Print a String, and then finish the line.

Methods

 o println
 public void println(char x[])
Print an array of characters, and then finish the line.

Overrides:
println in class PrintWriter
 o println
 public void println(String x)
Print a String, and then finish the line.

Overrides:
println in class PrintWriter

All Packages  Class Hierarchy  This Package  Previous  Next  Index