Package org.apache.commons.math.exception
package org.apache.commons.math.exception
Specialized exceptions for algorithms errors. The exceptions can be localized
using simple java properties.
-
ClassDescriptionError 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.Base class for all preconditions violation exceptions.Base class for exceptions raised by a wrong number.Base class for all exceptions that signal a mismatch between the current state and the user's expectations.Exception triggered when something that shouldn't happen does happen.Interface for commons-math throwables.Base class for all unsupported features.Exception to be thrown when the required data is missing.Exception to be thrown when the a sequence of values is not monotonously increasing or decreasing.Exception to be thrown when the argument is negative.Exception to be thrown when the argument is negative.All conditions checks that fail due to a
null
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 zero is provided where it is not allowed.