Class ErrorConstant
- java.lang.Object
-
- org.apache.poi.ss.formula.constant.ErrorConstant
-
public final class ErrorConstant extends Object
Represents a constant error code value as encoded in a constant values array.This class is a type-safe wrapper for a 16-bit int value performing a similar job to
ErrorEval
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
String
getText()
String
toString()
static ErrorConstant
valueOf(int errorCode)
-
-
-
Method Detail
-
getErrorCode
public int getErrorCode()
-
getText
public String getText()
-
valueOf
public static ErrorConstant valueOf(int errorCode)
-
-