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 ErrorMsgMgrIntf
public java.lang.String getErrorMessageString()
getErrorMessageString
in interface ErrorMsgMgrIntf
public void clearErrorMessageString()
clearErrorMessageString
in interface ErrorMsgMgrIntf
public void clearFetchedErrorMessage()
clearFetchedErrorMessage
in interface ErrorMsgMgrIntf
public boolean getUnfetchedMessageFlag()
getUnfetchedMessageFlag
in interface ErrorMsgMgrIntf
protected 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.