com.rubecula.spreadsheet
Class Formula.FormulaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rubecula.util.BaseException
                    |
                    +--com.rubecula.spreadsheet.Formula.FormulaException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Formula

static class Formula.FormulaException
extends BaseException

Static class to define an exception encountered when parsing a formula.


Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) Formula.FormulaException(java.lang.String 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
 

Constructor Detail

Formula.FormulaException

Formula.FormulaException(java.lang.String message)