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
|
Field Summary |
static jxl.biff.formula.FormulaException.FormulaMessage |
biff8Supported
|
|
Constructor Summary |
FormulaException(jxl.biff.formula.FormulaException.FormulaMessage m)
Constructs this exception with the specified message |
FormulaException(jxl.biff.formula.FormulaException.FormulaMessage m,
int val)
Constructs this exception with the specified message |
FormulaException(jxl.biff.formula.FormulaException.FormulaMessage m,
java.lang.String val)
Constructs this exception with the specified message |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
biff8Supported
public static jxl.biff.formula.FormulaException.FormulaMessage biff8Supported
FormulaException
public FormulaException(jxl.biff.formula.FormulaException.FormulaMessage m)
- Constructs this exception with the specified message
- Parameters:
m - the message
FormulaException
public FormulaException(jxl.biff.formula.FormulaException.FormulaMessage m,
int val)
- Constructs this exception with the specified message
- Parameters:
m - the message
FormulaException
public FormulaException(jxl.biff.formula.FormulaException.FormulaMessage m,
java.lang.String val)
- Constructs this exception with the specified message
- Parameters:
m - the message