Class ExceptionDialog

java.lang.Object
eu.svjatoslav.commons.gui.dialog.ExceptionDialog

public class ExceptionDialog extends Object
Helper class to show graphical exception dialog.

Dialog contains exception details and stack trace.

  • Constructor Details

    • ExceptionDialog

      public ExceptionDialog(Exception exception)
  • Method Details

    • main

      public static void main(String[] args)
      This method is for testing
      Parameters:
      args - commandline arguments
    • showException

      public void showException(Exception exception)
      Parameters:
      exception - exception to show