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