jqubePopups
Class ErrorMessage

java.lang.Object
  extended byjqubePopups.ErrorMessage

public class ErrorMessage
extends java.lang.Object

Class displays messages to the user dependant on the specific error string sent


Constructor Summary
ErrorMessage()
           
 
Method Summary
static void displayErrorMessage(java.lang.String error)
          Displays a pop-up to the user when an error that requires attention occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMessage

public ErrorMessage()
Method Detail

displayErrorMessage

public static void displayErrorMessage(java.lang.String error)
Displays a pop-up to the user when an error that requires attention occurs.

This could be connectivity issues or invalid selection errors. This is a general purpose function to display that error to the user.

Parameters:
error - the error string to be displayed to the user