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 byMathIllegalStateException
DimensionMismatchException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
InsufficientDataException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
MathArithmeticException Deprecated. as of 1.0, replaced withMathRuntimeException
MathIllegalNumberException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
MathInternalError Deprecated. as of 1.0, this exception is replaced byMathIllegalStateException
MathParseException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateException
MathUnsupportedOperationException Deprecated. as of 1.0, replaced withMathRuntimeException
MaxCountExceededException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateException
MultiDimensionMismatchException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NoBracketingException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NoDataException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonMonotonicSequenceException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NotANumberException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NotFiniteNumberException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NotPositiveException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NotStrictlyPositiveException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NumberIsTooLargeException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NumberIsTooSmallException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
OutOfRangeException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
TooManyEvaluationsException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
TooManyIterationsException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
ZeroException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException