Save This Page
Home » jexcelapi_2_6_8 » jxl.biff.formula » [javadoc | source]
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  FormulaException.FormulaMessage UNRECOGNIZED_TOKEN     
static final  FormulaException.FormulaMessage UNRECOGNIZED_FUNCTION     
public static final  FormulaException.FormulaMessage BIFF8_SUPPORTED     
static final  FormulaException.FormulaMessage LEXICAL_ERROR     
static final  FormulaException.FormulaMessage INCORRECT_ARGUMENTS     
static final  FormulaException.FormulaMessage SHEET_REF_NOT_FOUND     
static final  FormulaException.FormulaMessage CELL_NAME_NOT_FOUND     
Constructor:
 public FormulaException(FormulaException.FormulaMessage m) 
    Constructs this exception with the specified message
    Parameters:
    m - the message
 public FormulaException(FormulaException.FormulaMessage m,
    int val) 
    Constructs this exception with the specified message
    Parameters:
    m - the message
    val - the value
 public FormulaException(FormulaException.FormulaMessage m,
    String val) 
    Constructs this exception with the specified message
    Parameters:
    m - the message
    val - the value
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait