public final class ErrorConstant extends Object
This class is a type-safe wrapper for a 16-bit int value performing a similar job to
ErrorEval.
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
getText() |
String |
toString() |
static ErrorConstant |
valueOf(int errorCode) |
public int getErrorCode()
public String getText()
public static ErrorConstant valueOf(int errorCode)