|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasjava.uniclientlibs.UniErrorMessage
UniErrorMessage
is a class used to determine a given error message
given an ErrorCode to be displayed
Method Summary | |
---|---|
static java.lang.String |
getErrorMessage(int aErrorCode)
returns the appropriate error message, depending on the error code passed in |
static java.lang.String |
getErrorMessage(int aErrorCode,
java.lang.String aExtraInfo)
returns the appropriate error message, depending on the error code passed in |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getErrorMessage(int aErrorCode)
aErrorCode
- integer representing which error message to display
public static java.lang.String getErrorMessage(int aErrorCode, java.lang.String aExtraInfo)
aErrorCode
- integer representing which error message to displayaExtraInfo
- String used to represent additional information that might be
relevant (file name, record name, etc...)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |