jxl.biff.formula
Class FormulaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjxl.JXLException
              extended byjxl.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
 

Field Detail

biff8Supported

public static jxl.biff.formula.FormulaException.FormulaMessage biff8Supported
Constructor Detail

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