|
Forward Computing and Control Pty. Ltd. WebStringTemplate V1.5.0 2004/1/7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The class specifies where errors and warnings go.
| Method Summary | |
void |
debug(java.lang.String msg)
A debugging handler, superceeded by Java logging. |
void |
error(java.lang.String msg,
java.lang.Throwable e)
An Error handler |
void |
warning(java.lang.String msg)
An Warning handler |
| Method Detail |
public void error(java.lang.String msg,
java.lang.Throwable e)
msg - the error messagee - the exceptionpublic void warning(java.lang.String msg)
msg - the warning messagepublic void debug(java.lang.String msg)
msg - the debug message
|
Forward Computing and Control Pty. Ltd. WebStringTemplate V1.5.0 2004/1/7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||