org.apache.poi.hssf.record.formula.eval
Class ErrorEval
java.lang.Object
org.apache.poi.hssf.record.formula.eval.ErrorEval
- All Implemented Interfaces:
- Eval, ValueEval
public class ErrorEval
- extends java.lang.Object
- implements ValueEval
- Author:
- Amol S. Deshmukh < amolweb at ya hoo dot com >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME_INVALID
public static final ErrorEval NAME_INVALID
VALUE_INVALID
public static final ErrorEval VALUE_INVALID
UNKNOWN_ERROR
public static final ErrorEval UNKNOWN_ERROR
FUNCTION_NOT_IMPLEMENTED
public static final ErrorEval FUNCTION_NOT_IMPLEMENTED
REF_INVALID
public static final ErrorEval REF_INVALID
NA
public static final ErrorEval NA
CIRCULAR_REF_ERROR
public static final ErrorEval CIRCULAR_REF_ERROR
DIV_ZERO
public static final ErrorEval DIV_ZERO
NUM_ERROR
public static final ErrorEval NUM_ERROR
getErrorCode
public int getErrorCode()
getStringValue
public java.lang.String getStringValue()
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.