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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
This method is for testingvoid
showException
(Exception exception)
-
Constructor Details
-
ExceptionDialog
-
-
Method Details
-
main
This method is for testing- Parameters:
args
- commandline arguments
-
showException
- Parameters:
exception
- exception to show
-