org.formulacompiler.runtime
Class NotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.runtime.ComputationException
org.formulacompiler.runtime.NotAvailableException
- All Implemented Interfaces:
- Serializable
public class NotAvailableException
- extends ComputationException
Runtime exception thrown by compiled computations for the NA()
spreadsheet function,
which is normally displayed as #N/A
. You can also throw this exception in input getters
yourself to signal an unavailable value to the computation. The spreadsheet functions
ISNA()
and ISERROR()
both trap this error.
- Author:
- peo
- See Also:
FormulaException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAvailableException
public NotAvailableException()
NotAvailableException
public NotAvailableException(String _message,
Throwable _cause)
NotAvailableException
public NotAvailableException(String _message)
NotAvailableException
public NotAvailableException(Throwable _cause)