Exception Summary |
ExcessiveIterationsException |
The class ExcessiveIterationsException is used to signal when an
iterative scheme fails to converge before performing a prescribed
number of iterations. |
IllegalEvaluationException |
The class IllegalEvaluationException is used to signal
that the number of variables does not match the number of
values in an evaluation. |
InfinityException |
The class InfinityException is used to signal when the jacobian
determinant for a system of functions vanishes. |
MatrixDimensionException |
The class MatrixDimensionException is used to signal when a
matrix operation has cannot happen with the given dimensions of
that matrix. |
MinimumStepSizeException |
The class MinimumStepSizeException is used to signal when the jacobian
determinant for a system of functions vanishes. |
SingularJacobianException |
The class SingularJacobianException is used to signal when the jacobian
determinant for a system of functions vanishes. |
SingularMatrixException |
The class SingularMatrixException is used to signal when the
determinant for a system of functions vanishes. |
SyntaxException |
The class SyntaxException is used to signal
an undefined Variable object. |
UnacceptableVariableException |
The class UnacceptableVariableException is used to signal
an unacceptable string used for a Variable object. |
UndefinedIntegrandException |
|
VariableUndefinedException |
The class VariableUndefinedException is used to signal
an undefined Variable object. |