FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
string |
getMessage()
Get the error message as a free form string. |
com.apama.utils.Params |
getParams()
Get the parameters of this error as a reference. |
integer |
getType()
Get the type of this error. |
void |
setMessage(string message)
Set the error message as a free form string. |
void |
setParams(com.apama.utils.Params params)
Set the parameters of this error as a reference to the supplied params. |
void |
setType(integer type)
Set the type of this error. |
Action detail |
---|
string getMessage()Get the error message as a free form string.
com.apama.utils.Params getParams()Get the parameters of this error as a reference.
integer getType()Get the type of this error.
void setMessage(string message)Set the error message as a free form string.
void setParams(com.apama.utils.Params params)Set the parameters of this error as a reference to the supplied params.
void setType(integer type)Set the type of this error.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |