Package org.hipparchus.migration.exception
This package provides migration classes from Apache Commons Math to Hipparchus.
The classes are intended to be used temporarily for applications that did rely on Apache Commons Math and are migrated progressively. All the classes are deprecated and are there only to avoid compilation errors in users code, allowing them to update to new APIs progressively.
-
Exception Summary Exception Description ConvergenceException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateExceptionDimensionMismatchException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionInsufficientDataException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionMathArithmeticException Deprecated. as of 1.0, replaced withMathRuntimeExceptionMathIllegalNumberException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionMathInternalError Deprecated. as of 1.0, this exception is replaced byMathIllegalStateExceptionMathParseException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateExceptionMathUnsupportedOperationException Deprecated. as of 1.0, replaced withMathRuntimeExceptionMaxCountExceededException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateExceptionMultiDimensionMismatchException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNoBracketingException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNoDataException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonMonotonicSequenceException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNotANumberException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNotFiniteNumberException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNotPositiveException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNotStrictlyPositiveException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNumberIsTooLargeException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNumberIsTooSmallException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionOutOfRangeException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionTooManyEvaluationsException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionTooManyIterationsException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionZeroException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException