|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorCode | |
---|---|
com.uc4.ara.rm |
Uses of ErrorCode in com.uc4.ara.rm |
---|
Methods in com.uc4.ara.rm that return ErrorCode | |
---|---|
static ErrorCode |
ErrorCode.fromString(java.lang.String value)
|
static ErrorCode |
ErrorCode.fromValue(java.lang.String value)
|
ErrorCode |
Error.getErrorCode()
Gets the errorCode value for this Error. |
Methods in com.uc4.ara.rm with parameters of type ErrorCode | |
---|---|
void |
Error.setErrorCode(ErrorCode errorCode)
Sets the errorCode value for this Error. |
Constructors in com.uc4.ara.rm with parameters of type ErrorCode | |
---|---|
Error(ErrorCode errorCode,
java.lang.String errorTitle,
java.lang.String errorDetail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |