|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.api.FmcError
Field Summary | |
---|---|
java.lang.String |
messageText
Returns the error as an NLS regarding formatted message. |
java.lang.String[] |
parameters
Returns the parameters of the error; these are to be incorporated into the message text. |
int |
rc
Returns the return code remembered in the error object. |
Constructor Summary | |
---|---|
FmcError()
|
|
FmcError(int rc,
java.lang.String[] parameters,
java.lang.String messageText)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int rc
public java.lang.String[] parameters
public java.lang.String messageText
Constructor Detail |
public FmcError()
public FmcError(int rc, java.lang.String[] parameters, java.lang.String messageText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |