gui
Class ErrorMessage

java.lang.Object
  extended by gui.ErrorMessage

public class ErrorMessage
extends java.lang.Object

defines an Error PopUp object


Constructor Summary
ErrorMessage(org.eclipse.swt.widgets.Shell shell, java.lang.String error)
          creates a pop up with the headline error and
ErrorMessage(java.lang.String error)
          creates a pop up with the headline error
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMessage

public ErrorMessage(java.lang.String error)
creates a pop up with the headline error

Parameters:
error - the message of the pop-up

ErrorMessage

public ErrorMessage(org.eclipse.swt.widgets.Shell shell,
                    java.lang.String error)
creates a pop up with the headline error and

Parameters:
shell - the shell where the pop-up will be linked to
error - the message of the pop-up