public class CalcException extends RuntimeException
CalcParser (FormCalc scripting engine).
Exception objects have but a single property: a
CalcSymbol, which almost
invariably is of type CalcTypeError. This architecture
permits the FormCalc scripting engine to propagate errors
easily up to the application, whenever errors are detected
in the intermediate stages of the evaluatation of a FormCalc
script.
| Constructor and Description |
|---|
CalcException(CalcSymbol oSym)
Instantiates a CalcException object, whose.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CalcException(CalcSymbol oSym)
oSym - the CalcParser object to be copied.Copyright © 2010 - 2020 Adobe. All Rights Reserved