Uses of Class
org.apache.commons.math3.exception.MathIllegalNumberException
Packages that use MathIllegalNumberException
Package
Description
Specialized exceptions for algorithms errors.
Linear algebra support.
-
Uses of MathIllegalNumberException in org.apache.commons.math3.exception
Subclasses of MathIllegalNumberException in org.apache.commons.math3.exceptionModifier and TypeClassDescriptionclass
Exception to be thrown when two dimensions differ.class
Exception to be thrown when the a sequence of values is not monotonically increasing or decreasing.class
Exception to be thrown when a number is not a number.class
Exception to be thrown when a number is not finite.class
Exception to be thrown when the argument is negative.class
Exception to be thrown when the argument is not greater than 0.class
Exception to be thrown when a number is too large.class
Exception to be thrown when a number is too small.class
Exception to be thrown when some argument is out of range.class
Exception to be thrown when zero is provided where it is not allowed. -
Uses of MathIllegalNumberException in org.apache.commons.math3.linear
Subclasses of MathIllegalNumberException in org.apache.commons.math3.linearModifier and TypeClassDescriptionclass
Exception to be thrown when a positive definite matrix is expected.class
Exception to be thrown when a square matrix is expected.class
Exception to be thrown when a square linear operator is expected.