Uses of Class
org.hipparchus.migration.exception.NumberIsTooSmallException
-
Packages that use NumberIsTooSmallException Package Description org.hipparchus.migration.exception This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.linear This package provides migration classes from Apache Commons Math to Hipparchus. -
-
Uses of NumberIsTooSmallException in org.hipparchus.migration.exception
Subclasses of NumberIsTooSmallException in org.hipparchus.migration.exception Modifier and Type Class Description classNotPositiveExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotStrictlyPositiveExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException -
Uses of NumberIsTooSmallException in org.hipparchus.migration.linear
Subclasses of NumberIsTooSmallException in org.hipparchus.migration.linear Modifier and Type Class Description classNonPositiveDefiniteMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-