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:
- 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
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 |
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)