|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpov.JpovError
Utility class the diplay error dialogs with details
Constructor Summary | |
JpovError()
|
Method Summary | |
static void |
errorDialogWithDetails(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String error,
java.lang.String error_description,
java.lang.String error_details)
Displays an error dialog with details |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JpovError()
Method Detail |
public static void errorDialogWithDetails(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String error, java.lang.String error_description, java.lang.String error_details)
shell
- The current shelltitle
- The title of the error dialogerror
- The error to displayederror_description
- The error descriptionerror_details
- The error details
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |