jpov
Class JpovError

java.lang.Object
  extended byjpov.JpovError

public class JpovError
extends java.lang.Object

Utility class the diplay error dialogs with details

Author:
L. Burdy, A. Requet

Constructor Summary
JpovError()
           
 
Method Summary
static void errorDialogWithDetails(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String error, java.lang.String error_description, java.lang.String error_details)
          Displays an error dialog with details
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpovError

public JpovError()
Method Detail

errorDialogWithDetails

public static void errorDialogWithDetails(org.eclipse.swt.widgets.Shell shell,
                                          java.lang.String title,
                                          java.lang.String error,
                                          java.lang.String error_description,
                                          java.lang.String error_details)
Displays an error dialog with details

Parameters:
shell - The current shell
title - The title of the error dialog
error - The error to displayed
error_description - The error description
error_details - The error details