VdexReload 1.1.3 API

uk.ac.reload.dweezil.gui
Class ErrorDialogBox

java.lang.Object
  extended byuk.ac.reload.dweezil.gui.ErrorDialogBox
All Implemented Interfaces:
DweezilConstants

public class ErrorDialogBox
extends java.lang.Object
implements DweezilConstants

Error Dialog Box


Field Summary
 
Fields inherited from interface uk.ac.reload.dweezil.DweezilConstants
CR, DEBUG
 
Constructor Summary
ErrorDialogBox()
           
 
Method Summary
static void showWarning(java.awt.Component parent, java.lang.String msg, java.lang.String title, java.lang.Exception ex)
          Show warning message with parent specified.
static void showWarning(java.lang.String msg, java.lang.String title, java.lang.Exception ex)
          Show warning message with default Parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDialogBox

public ErrorDialogBox()
Method Detail

showWarning

public static void showWarning(java.awt.Component parent,
                               java.lang.String msg,
                               java.lang.String title,
                               java.lang.Exception ex)
Show warning message with parent specified.

Parameters:
parent - the parent component in which the dialog is displayed msg the warning message that is displayed title the title string for the dialog ex the exception that produces this warning

showWarning

public static void showWarning(java.lang.String msg,
                               java.lang.String title,
                               java.lang.Exception ex)
Show warning message with default Parent.

Parameters:
msg - the warning message that is displayed title the title string for the dialog ex the exception that produces this warning

VdexReload 1.1.3 API