public interface GraphicalErrorLogger
| Modifier and Type | Method and Description |
|---|---|
int |
showErrorConfirmDialog(java.lang.Object parentComponent,
java.lang.Throwable ex,
java.lang.String title,
java.lang.String bodyText)
Display a standard error message dialog for a stack trace that asks for a yes/no confirmation.
|
void |
showErrorMessageDialog(java.lang.Object parentComponent,
java.lang.Throwable ex,
java.lang.String title,
java.lang.String bodyText)
Display a standard error message dialog for a stack trace.
|
void showErrorMessageDialog(java.lang.Object parentComponent,
java.lang.Throwable ex,
java.lang.String title,
java.lang.String bodyText)
parentComponent - widget that asked the dialog to be displayed (may be null)ex - Throwable being reported (or null)title - localized title string to display in dialogbodyText - extra optional text String to be display before exception stack traceint showErrorConfirmDialog(java.lang.Object parentComponent,
java.lang.Throwable ex,
java.lang.String title,
java.lang.String bodyText)
parentComponent - widget that asked the dialog to be displayed (may be null)ex - Throwable being reported (or null)title - localized title string to display in dialogbodyText - extra optional text String to be displayed before stack trace of exception