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

Constructor Index

 o ErrorPrintWrite(ErrorFrame)
 o ErrorPrintWrite(ErrorPanel)

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.

Constructors

 o ErrorPrintWrite
 protected ErrorPrintWrite(ErrorPanel e)
 o ErrorPrintWrite
 protected ErrorPrintWrite(ErrorFrame e)

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