Uses of Class
org.apache.commons.math4.legacy.exception.MathIllegalNumberException
-
Packages that use MathIllegalNumberException Package Description org.apache.commons.math4.legacy.exception Specialized exceptions for algorithms errors.org.apache.commons.math4.legacy.linear Linear algebra support. -
-
Uses of MathIllegalNumberException in org.apache.commons.math4.legacy.exception
Subclasses of MathIllegalNumberException in org.apache.commons.math4.legacy.exception Modifier and Type Class Description classDimensionMismatchExceptionException to be thrown when two dimensions differ.classNonMonotonicSequenceExceptionException to be thrown when the a sequence of values is not monotonically increasing or decreasing.classNotANumberExceptionException to be thrown when a number is not a number.classNotFiniteNumberExceptionException to be thrown when a number is not finite.classNotPositiveExceptionException to be thrown when the argument is negative.classNotStrictlyPositiveExceptionException to be thrown when the argument is not greater than 0.classNumberIsTooLargeExceptionException to be thrown when a number is too large.classNumberIsTooSmallExceptionException to be thrown when a number is too small.classOutOfRangeExceptionException to be thrown when some argument is out of range.classZeroExceptionException to be thrown when zero is provided where it is not allowed. -
Uses of MathIllegalNumberException in org.apache.commons.math4.legacy.linear
Subclasses of MathIllegalNumberException in org.apache.commons.math4.legacy.linear Modifier and Type Class Description classNonPositiveDefiniteMatrixExceptionException to be thrown when a positive definite matrix is expected.classNonSquareMatrixExceptionException to be thrown when a square matrix is expected.classNonSquareOperatorExceptionException to be thrown when a square linear operator is expected.
-