|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to notify the user interface of an error.
Method Summary | |
void |
error(java.lang.Throwable t)
Displays an error stack trace to the user with a generic message. |
void |
error(java.lang.Throwable t,
java.lang.String msg)
Displays an error stack trace to the user with a specific message. |
Method Detail |
public void error(java.lang.Throwable t)
t
- the Throwable
instance containing the
stack trace to displaypublic void error(java.lang.Throwable t, java.lang.String msg)
t
- the Throwable
instance containing the stack
trace to displaymsg
- the message to display.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |