public class ErrorMessageMgr extends java.lang.Object implements ErrorMsgMgrIntf
| Constructor and Description |
|---|
ErrorMessageMgr() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearErrorMessageString()
Clears any current error message.
|
void |
clearFetchedErrorMessage()
Clears the current error message only if it has been fetched (via
the 'getErrorMessageString()' method).
|
protected void |
enterErrorMessageString(java.lang.String str)
Enters the error message (if the error message is currently clear).
|
boolean |
getErrorMessageFlag()
Returns the status of the error message.
|
java.lang.String |
getErrorMessageString()
Returns the current error message (if any).
|
boolean |
getUnfetchedMessageFlag()
Returns the "unfetched" status of the error message.
|
protected void |
setErrorMessageString(java.lang.String str)
Sets the error message.
|
public boolean getErrorMessageFlag()
getErrorMessageFlag in interface ErrorMsgMgrIntfpublic java.lang.String getErrorMessageString()
getErrorMessageString in interface ErrorMsgMgrIntfpublic void clearErrorMessageString()
clearErrorMessageString in interface ErrorMsgMgrIntfpublic void clearFetchedErrorMessage()
clearFetchedErrorMessage in interface ErrorMsgMgrIntfpublic boolean getUnfetchedMessageFlag()
getUnfetchedMessageFlag in interface ErrorMsgMgrIntfprotected void setErrorMessageString(java.lang.String str)
str - the error message text to set.protected void enterErrorMessageString(java.lang.String str)
str - the error message text to set.