|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--gov.sns.application.Console.ConsoleErrHandler
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 |
protected Console.ConsoleErrHandler()
| Method Detail |
public void write(int character)
write in class java.io.OutputStreamcharacter - The character to write
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||