| Package | Description | 
|---|---|
| org.apache.commons.math3.exception | Specialized exceptions for algorithms errors. | 
| org.apache.commons.math3.linear | Linear algebra support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DimensionMismatchExceptionException to be thrown when two dimensions differ. | 
| class  | NonMonotonicSequenceExceptionException to be thrown when the a sequence of values is not monotonically
 increasing or decreasing. | 
| class  | NotANumberExceptionException to be thrown when a number is not a number. | 
| class  | NotFiniteNumberExceptionException to be thrown when a number is not finite. | 
| class  | NotPositiveExceptionException to be thrown when the argument is negative. | 
| class  | NotStrictlyPositiveExceptionException to be thrown when the argument is not greater than 0. | 
| class  | NumberIsTooLargeExceptionException to be thrown when a number is too large. | 
| class  | NumberIsTooSmallExceptionException to be thrown when a number is too small. | 
| class  | OutOfRangeExceptionException to be thrown when some argument is out of range. | 
| class  | ZeroExceptionException to be thrown when zero is provided where it is not allowed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NonPositiveDefiniteMatrixExceptionException to be thrown when a positive definite matrix is expected. | 
| class  | NonSquareMatrixExceptionException to be thrown when a square matrix is expected. | 
| class  | NonSquareOperatorExceptionException to be thrown when a square linear operator is expected. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.