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

Inner Class Summary
private static class FormulaException.FormulaMessage
           
 
Field Summary
(package private) static FormulaException.FormulaMessage biff8Supported
           
(package private) static FormulaException.FormulaMessage cellNameNotFound
           
(package private) static FormulaException.FormulaMessage incorrectArguments
           
(package private) static FormulaException.FormulaMessage lexicalError
           
(package private) static FormulaException.FormulaMessage sheetRefNotFound
           
(package private) static FormulaException.FormulaMessage unrecognizedFunction
           
(package private) static FormulaException.FormulaMessage unrecognizedToken
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
FormulaException(FormulaException.FormulaMessage m)
          Constructs this exception with the specified message
FormulaException(FormulaException.FormulaMessage m, int val)
          Constructs this exception with the specified message
FormulaException(FormulaException.FormulaMessage m, java.lang.String val)
          Constructs this exception with the specified message
 
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
 

Field Detail

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

cellNameNotFound

static FormulaException.FormulaMessage cellNameNotFound
Constructor Detail

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