org.formulacompiler.runtime
Class FormulaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.runtime.ComputationException
org.formulacompiler.runtime.FormulaException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormulaException
public FormulaException()
FormulaException
public FormulaException(String _message,
Throwable _cause)
FormulaException
public FormulaException(String _message)
FormulaException
public FormulaException(Throwable _cause)