Package org.apache.commons.math3.exception
package org.apache.commons.math3.exception
Specialized exceptions for algorithms errors. The exceptions can be localized
using simple java properties.
-
Exception ClassesClassDescriptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Exception to be thrown when two dimensions differ.Exception to be thrown when there is insufficient data to perform a computation.Base class for arithmetic exceptions.Base class for all preconditions violation exceptions.Base class for exceptions raised by a wrong number.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.Exception triggered when something that shouldn't happen does happen.Class to signal parse failures.As of release 4.0, all exceptions thrown by the Commons Math code (except
NullArgumentException
) inherit from this class.Base class for all unsupported features.Exception to be thrown when some counter maximum value is exceeded.Exception to be thrown when two sets of dimensions differ.Exception to be thrown when function values have the same sign at both ends of an interval.Exception to be thrown when the required data is missing.Exception to be thrown when the a sequence of values is not monotonically increasing or decreasing.Exception to be thrown when a number is not a number.Exception to be thrown when a number is not finite.Exception to be thrown when the argument is negative.Exception to be thrown when the argument is not greater than 0.All conditions checks that fail due to anull
argument must throw this exception.Exception to be thrown when a number is too large.Exception to be thrown when a number is too small.Exception to be thrown when some argument is out of range.Exception to be thrown when the maximal number of evaluations is exceeded.Exception to be thrown when the maximal number of iterations is exceeded.Exception to be thrown when zero is provided where it is not allowed.