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
-
getErrorMessage(int)
- returns the appropriate error message, depending on the error code passed in
-
getErrorMessage(int, String)
- returns the appropriate error message, depending on the error code passed in
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
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