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:
- java.io.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotAvailableException
public NotAvailableException()
NotAvailableException
public NotAvailableException(java.lang.String _message,
java.lang.Throwable _cause)
NotAvailableException
public NotAvailableException(java.lang.String _message)
NotAvailableException
public NotAvailableException(java.lang.Throwable _cause)