jxl.biff.formula
public class: FormulaException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
jxl.JXLException
jxl.biff.formula.FormulaException
All Implemented Interfaces:
Serializable
Exception thrown when parsing a formula
Field Summary |
---|
static final FormulaMessage | UNRECOGNIZED_TOKEN | |
static final FormulaMessage | UNRECOGNIZED_FUNCTION | |
public static final FormulaMessage | BIFF8_SUPPORTED | |
static final FormulaMessage | LEXICAL_ERROR | |
static final FormulaMessage | INCORRECT_ARGUMENTS | |
static final FormulaMessage | SHEET_REF_NOT_FOUND | |
static final FormulaMessage | CELL_NAME_NOT_FOUND | |
Methods from java.lang.Throwable: |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |