Library:Apache Jakarta Commons Math
Version:1.1
Compatibility:JDK 1.4
Exceptions in library Apache Jakarta Commons Math.
NamePackageDescription
ConvergenceExceptionorg.apache.commons.mathError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
FunctionEvaluationExceptionorg.apache.commons.mathExeption thrown when an error occurs evaluating a function.
InvalidMatrixExceptionorg.apache.commons.math.linearThrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.
MathConfigurationExceptionorg.apache.commons.mathSignals a configuration problem with any of the factory methods.
MathExceptionorg.apache.commons.mathBase class for commons-math checked exceptions.
MatrixIndexExceptionorg.apache.commons.math.linearThrown when an operation addresses a matrix coordinate (row,col) which is outside of the dimensions of a matrix.
Search