| Name | Package | Description |
| ConvergenceException | org.apache.commons.math | Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value. |
| FunctionEvaluationException | org.apache.commons.math | Exeption thrown when an error occurs evaluating a function. |
| InvalidMatrixException | org.apache.commons.math.linear | Thrown when a system attempts an operation on a matrix, and
that matrix does not satisfy the preconditions for the
aforementioned operation. |
| MathConfigurationException | org.apache.commons.math | Signals a configuration problem with any of the factory methods. |
| MathException | org.apache.commons.math | Base class for commons-math checked exceptions. |
| MatrixIndexException | org.apache.commons.math.linear | Thrown when an operation addresses a matrix coordinate (row,col)
which is outside of the dimensions of a matrix. |