org.formulacompiler.runtime
Class ComputationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.formulacompiler.runtime.ComputationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FormulaException, NotAvailableException
public class ComputationException
- extends 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 |
ComputationException
public ComputationException()
ComputationException
public ComputationException(String _message,
Throwable _cause)
ComputationException
public ComputationException(String _message)
ComputationException
public ComputationException(Throwable _cause)