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.
- Author:
- Ryan Shaun Baker
-
ErrorPrintWrite(ErrorFrame)
-
-
ErrorPrintWrite(ErrorPanel)
-
-
println(char[])
- Print an array of characters, and then finish the line.
-
println(String)
- Print a String, and then finish the line.
ErrorPrintWrite
protected ErrorPrintWrite(ErrorPanel e)
ErrorPrintWrite
protected ErrorPrintWrite(ErrorFrame e)
println
public void println(char x[])
- Print an array of characters, and then finish the line.
- Overrides:
- println in class PrintWriter
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