|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExceptionMonitor
public final class ExceptionMonitor
Utility which enables exception messages to be displayed.
Method Summary | |
---|---|
static void |
main(String[] args)
Display a dummy exception. |
static void |
show(Shell parent,
Throwable exception)
Displays an error message for the specified exception. |
static void |
show(Shell parent,
Throwable exception,
String message)
Displays an error message for the specified exception. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void show(Shell parent, Throwable exception)
parent
- The parent Shell
.exception
- Exception which has been thrown and is to be reported to the user.public static void show(Shell parent, Throwable exception, String message)
parent
- The parent Shell
.exception
- Exception which has been thrown and is to be reported to the user.message
- Message to display.public static void main(String[] args)
args
- ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |