org.formulacompiler.runtime
Class ComputationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.runtime.ComputationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FormulaException, NotAvailableException
public class ComputationException
- extends java.lang.RuntimeException
Base class of runtime exceptions thrown by compiled computations for error conditions. The
spreadsheet function ISERROR()
traps this error.
- Author:
- peo
- See Also:
FormulaException
,
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 |
ComputationException
public ComputationException()
ComputationException
public ComputationException(java.lang.String _message,
java.lang.Throwable _cause)
ComputationException
public ComputationException(java.lang.String _message)
ComputationException
public ComputationException(java.lang.Throwable _cause)