org.formulacompiler.runtime
Class FormulaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.formulacompiler.runtime.ComputationException
                  extended by org.formulacompiler.runtime.FormulaException
All Implemented Interfaces:
java.io.Serializable

public class FormulaException
extends ComputationException

Runtime exception thrown by compiled computations for conditions normally flagged as #VALUE!, #NUM!, or #DIV/0!. The spreadsheet functions ISERR() and ISERROR() both trap this error.

Author:
peo
See Also:
NotAvailableException, Serialized Form

Constructor Summary
FormulaException()
           
FormulaException(java.lang.String _message)
           
FormulaException(java.lang.String _message, java.lang.Throwable _cause)
           
FormulaException(java.lang.Throwable _cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormulaException

public FormulaException()

FormulaException

public FormulaException(java.lang.String _message,
                        java.lang.Throwable _cause)

FormulaException

public FormulaException(java.lang.String _message)

FormulaException

public FormulaException(java.lang.Throwable _cause)