gov.sns.application
Class Console.ConsoleErrHandler

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--gov.sns.application.Console.ConsoleErrHandler
Enclosing class:
Console

protected class Console.ConsoleErrHandler
extends java.io.OutputStream

The internal class whose instance handles the error stream. The output is inserted into the text pane's document as red text.


Constructor Summary
protected Console.ConsoleErrHandler()
           
 
Method Summary
 void write(int character)
          Write output to both standard err and the Console view
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console.ConsoleErrHandler

protected Console.ConsoleErrHandler()
Method Detail

write

public void write(int character)
Write output to both standard err and the Console view

Specified by:
write in class java.io.OutputStream
Parameters:
character - The character to write