Package eu.svjatoslav.commons.gui.dialog
Class ExceptionDialog
java.lang.Object
eu.svjatoslav.commons.gui.dialog.ExceptionDialog
Helper class to show graphical exception dialog.
Dialog contains exception details and stack trace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThis method is for testingvoidshowException(Exception exception)
-
Constructor Details
-
ExceptionDialog
-
-
Method Details
-
main
This method is for testing- Parameters:
args- commandline arguments
-
showException
- Parameters:
exception- exception to show
-