|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectex1.ErrorSink
This class just accumulates error messages on startup so they be displayed in one group.
Constructor Summary | |
ErrorSink()
Creates a new instance of ErrorSink. |
Method Summary | |
static void |
add(java.lang.String s)
Adds an error string to big buffer |
static void |
display()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorSink()
Method Detail |
public static void add(java.lang.String s)
s
- String to add, newline is appendedpublic static void display()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |