cz.zcu.fav.kiv.editor.utils
Class ErrorDialog

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.utils.ErrorDialog

public class ErrorDialog
extends java.lang.Object

The ErrorDialog class displays the error dialog containing the description of the application error.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
ErrorDialog()
           
 
Method Summary
static void showDialog(java.lang.Exception error)
          Shows the error dialog with the description of the input error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDialog

public ErrorDialog()
Method Detail

showDialog

public static void showDialog(java.lang.Exception error)
Shows the error dialog with the description of the input error.

Parameters:
error - the error to display in the error dialog.