Class | Description |
---|---|
BooleanFunctionConversionException | |
Validate |
Static methods to be called at the start of the built-in
IFunctionEvaluator#evaluate() methods to verify correct
arguments and state. |
Exception | Description |
---|---|
AbortException | |
BreakException | |
ConditionException | |
ContinueException | |
DimensionException |
Signals that an operation is performed upon vectors or matrices whose
dimensions disagree.
|
DivisionByZero | |
FlowControlException |
Base exeception for BreakException and ContinueException
|
IllegalArgument | |
IndeterminateException | |
IterationLimitExceeded |
Exception which will be thrown, if the iteration limit of the evaluation loop
was exceeded.
|
JASConversionException | |
NoEvalException | |
NonNegativeIntegerExpected | |
RecursionLimitExceeded |
Exception which will be thrown, if the recursion limit of the evaluation
stack was exceeded.
|
ReturnException | |
RuleCreationError | |
ThrowException |
Exception for the
Throw[] function. |
TimeExceeded | |
UnsupportedParameterException | |
WrappedException | |
WrongArgumentType | |
WrongNumberOfArguments |
Exceptions derived from MathException
.