public class ErrorConstant
extends java.lang.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() |
java.lang.String |
getText() |
java.lang.String |
toString() |
static ErrorConstant |
valueOf(int errorCode) |
public int getErrorCode()
public java.lang.String getText()
public static ErrorConstant valueOf(int errorCode)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.