All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class asjava.uniclientlibs.UniErrorMessage

java.lang.Object
   |
   +----asjava.uniclientlibs.UniErrorMessage

public abstract class UniErrorMessage
extends Object
UniErrorMessage is a class used to determine a given error message given an ErrorCode to be displayed

Version:
Version 1.0
Author:
David T. Meeks

Method Index

 o getErrorMessage(int)
returns the appropriate error message, depending on the error code passed in
 o getErrorMessage(int, String)
returns the appropriate error message, depending on the error code passed in

Methods

 o getErrorMessage
 public static String getErrorMessage(int aErrorCode)
returns the appropriate error message, depending on the error code passed in

Parameters:
aErrorCode - integer representing which error message to display
Returns:
String representing the error message to be displayed
 o getErrorMessage
 public static String getErrorMessage(int aErrorCode,
                                      String aExtraInfo)
returns the appropriate error message, depending on the error code passed in

Parameters:
aErrorCode - integer representing which error message to display
aExtraInfo - String used to represent additional information that might be relevant (file name, record name, etc...)
Returns:
String representing the error message to be displayed

All Packages  Class Hierarchy  This Package  Previous  Next  Index