|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.ErrorMessageMgr
public class 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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |