|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.isti.util.ErrorMessageMgr
Class ErrorMessageMgr manages an error message string.
| Constructor Summary | |
ErrorMessageMgr()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ErrorMessageMgr()
| Method Detail |
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||