jxl.biff.formula
Class FormulaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jxl.JXLException
|
+--jxl.biff.formula.FormulaException
- All Implemented Interfaces:
- java.io.Serializable
- public class FormulaException
- extends JXLException
Exception thrown when parsing a formula
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
unrecognizedToken
static FormulaException.FormulaMessage unrecognizedToken
unrecognizedFunction
static FormulaException.FormulaMessage unrecognizedFunction
biff8Supported
static FormulaException.FormulaMessage biff8Supported
lexicalError
static FormulaException.FormulaMessage lexicalError
incorrectArguments
static FormulaException.FormulaMessage incorrectArguments
sheetRefNotFound
static FormulaException.FormulaMessage sheetRefNotFound
FormulaException
public FormulaException(FormulaException.FormulaMessage m)
- Constructs this exception with the specified message
- Parameters:
m
- the message
FormulaException
public FormulaException(FormulaException.FormulaMessage m,
int val)
- Constructs this exception with the specified message
- Parameters:
m
- the message
FormulaException
public FormulaException(FormulaException.FormulaMessage m,
java.lang.String val)
- Constructs this exception with the specified message
- Parameters:
m
- the message