Uses of Class
org.hipparchus.migration.exception.MathIllegalNumberException
-
Packages that use MathIllegalNumberException 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 MathIllegalNumberException in org.hipparchus.migration.exception
Subclasses of MathIllegalNumberException in org.hipparchus.migration.exception Modifier and Type Class Description class
DimensionMismatchException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonMonotonicSequenceException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotANumberException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotFiniteNumberException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotPositiveException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotStrictlyPositiveException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NumberIsTooLargeException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NumberIsTooSmallException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
OutOfRangeException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
ZeroException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-
Uses of MathIllegalNumberException in org.hipparchus.migration.linear
Subclasses of MathIllegalNumberException in org.hipparchus.migration.linear Modifier and Type Class Description class
NonPositiveDefiniteMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonSquareMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonSquareOperatorException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-