Uses of Package
org.apache.commons.math3.exception
Packages that use org.apache.commons.math3.exception
Package
Description
Common classes used throughout the commons-math library.
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
This package holds the main interfaces and basic building block classes
dealing with differentiation.
The
function
package contains function objects that wrap the
methods contained in Math
, as well as common
mathematical functions such as the gaussian and sinc functions.Numerical integration (quadrature) algorithms for univariate real functions.
Gauss family of quadrature schemes.
Univariate real functions interpolation algorithms.
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
Root finding algorithms, for univariate real functions.
Complex number type and implementations of complex transcendental
functions.
Decimal floating point library for Java
Implementations of common discrete and continuous distributions.
Fitting of parameters against distributions.
Specialized exceptions for algorithms errors.
Implementations of common discrete-time linear filters.
Fraction number type and fraction number formatting.
This package provides Genetic Algorithms components and implementations.
This package is the top level package for geometry.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
This package provides interfaces and classes related to the convex hull problem.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
Linear algebra support.
Clustering algorithms.
Common distance measures.
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
This package provides optimization algorithms that require derivatives.
This package provides optimization algorithms that do not require derivatives.
Algorithms for optimizing a vector function.
This package provides optimization algorithms that require derivatives.
One-dimensional optimization algorithms.
This package provides optimization algorithms that don't require derivatives.
This package provides optimization algorithms for linear constrained problems.
Random number and random data generators.
Implementations of special functions such as Beta and Gamma.
Data storage, manipulation and summary routines.
All classes and sub-packages of this package are deprecated.
Correlations/Covariance computations.
Generic univariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Classes providing hypothesis testing.
Classes providing binomial proportion confidence interval construction.
Statistical routines involving multivariate data.
Implementations of transform methods, including Fast Fourier transforms.
Convenience routines and common data structures used throughout the commons-math library.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3ClassDescriptionException to be thrown when two dimensions differ.Base class for arithmetic exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysisClassDescriptionException to be thrown when the argument is not greater than 0.Exception to be thrown when a number is too large.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.differentiationClassDescriptionException to be thrown when two dimensions differ.Base class for arithmetic exceptions.Base class for all preconditions violation exceptions.Exception to be thrown when the argument is negative.Exception to be thrown when a number is too large.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.functionClassDescriptionException to be thrown when two dimensions differ.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 the argument is not greater than 0.All conditions checks that fail due to a
null
argument must throw this exception.Exception to be thrown when some argument is out of range. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.integrationClassDescriptionBase class for all preconditions violation exceptions.Exception to be thrown when some counter maximum value is exceeded.Exception to be thrown when the argument is not greater than 0.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 the maximal number of evaluations is exceeded. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.integration.gaussClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when the a sequence of values is not monotonically increasing or decreasing.Exception to be thrown when the argument is not greater than 0.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.interpolationClassDescriptionException to be thrown when two dimensions differ.Base class for arithmetic exceptions.Base class for all preconditions violation exceptions.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 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 a
null
argument must throw this exception.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. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.polynomialsClassDescriptionException to be thrown when two dimensions differ.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.All conditions checks that fail due to a
null
argument must throw this exception.Exception to be thrown when a number is too small. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.analysis.solversClassDescriptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Base class for all preconditions violation exceptions.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 argument is not greater than 0.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 the maximal number of evaluations is exceeded. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.complexClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.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.Class to signal parse failures.Exception to be thrown when the required data is missing.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 some argument is out of range.Exception to be thrown when zero is provided where it is not allowed. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.dfpClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when function values have the same sign at both ends of an interval.All conditions checks that fail due to a
null
argument must throw this exception.Exception to be thrown when a number is too small. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.distributionClassDescriptionException to be thrown when two dimensions differ.Base class for arithmetic exceptions.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.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.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.distribution.fittingClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when the argument is not greater than 0.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.exceptionClassDescriptionBase 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 to be thrown when some counter maximum value is exceeded.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.filterClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when the required data is missing.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.fractionClassDescriptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Base class for all preconditions violation exceptions.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.Class to signal parse failures.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geneticsClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.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 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. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometryClassDescriptionBase class for arithmetic exceptions.Class to signal parse failures.Base class for all unsupported features.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.euclidean.onedClassDescriptionBase class for arithmetic exceptions.Class to signal parse failures.Base class for all unsupported features.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.euclidean.threedClassDescriptionException to be thrown when two dimensions differ.Base class for arithmetic exceptions.Base class for all preconditions violation exceptions.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.Class to signal parse failures.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.euclidean.twodClassDescriptionException to be thrown when two dimensions differ.Base class for arithmetic exceptions.Base class for all preconditions violation exceptions.Class to signal parse failures.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.euclidean.twod.hullClassDescriptionError 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 there is insufficient data to perform a computation.Base class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.hullClassDescriptionError 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 there is insufficient data to perform a computation.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.spherical.onedClassDescriptionBase class for all preconditions violation exceptions.Base class for all unsupported features.Exception to be thrown when a number is too large.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.geometry.spherical.twodClassDescriptionBase class for arithmetic exceptions.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 to be thrown when some argument is out of range.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.linearClassDescriptionException to be thrown when two dimensions differ.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 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 the required data is missing.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 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. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.ml.clusteringClassDescriptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Base class for all preconditions violation exceptions.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 small. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.ml.distance
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.odeClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.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 to be thrown when some counter maximum value is exceeded.Exception to be thrown when function values have the same sign at both ends of an interval.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.ode.eventsClassDescriptionException to be thrown when some counter maximum value is exceeded.Exception to be thrown when function values have the same sign at both ends of an interval.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.ode.nonstiffClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when some counter maximum value is exceeded.Exception to be thrown when function values have the same sign at both ends of an interval.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.ode.samplingClassDescriptionException to be thrown when some counter maximum value is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optimClassDescriptionException to be thrown when the maximal number of evaluations is exceeded.Exception to be thrown when the maximal number of iterations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.linearClassDescriptionBase 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 to be thrown when the maximal number of iterations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.nonlinear.scalarClassDescriptionException to be thrown when the argument is not greater than 0.All conditions checks that fail due to a
null
argument must throw this exception.Exception to be thrown when the maximal number of evaluations is exceeded. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.nonlinear.scalar.gradientClassDescriptionException to be thrown when the maximal number of evaluations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.nonlinear.scalar.noderivClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when the argument is negative.Exception to be thrown when the argument is not greater than 0.Exception to be thrown when the maximal number of evaluations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.nonlinear.vectorClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when the argument is not greater than 0.All conditions checks that fail due to a
null
argument must throw this exception.Exception to be thrown when the maximal number of evaluations is exceeded. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.nonlinear.vector.jacobianClassDescriptionException to be thrown when the maximal number of evaluations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optim.univariateClassDescriptionException to be thrown when the maximal number of evaluations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optimization.directClassDescriptionException to be thrown when two dimensions differ.Exception to be thrown when the argument is negative.Exception to be thrown when the argument is not greater than 0.Exception to be thrown when the maximal number of evaluations is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.optimization.linearClassDescriptionBase 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 to be thrown when some counter maximum value is exceeded.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.randomClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.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.Class to signal parse failures.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 a
null
argument must throw this exception.Exception to be thrown when a number is too large.Exception to be thrown when some argument is out of range.Exception to be thrown when zero is provided where it is not allowed. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.specialClassDescriptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Base class for all preconditions violation exceptions.Exception to be thrown when a number is too large.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.statClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.Exception to be thrown when the required data is missing.All conditions checks that fail due to a
null
argument must throw this exception.Exception to be thrown when a number is too small. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.clusteringClassDescriptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.Base class for all preconditions violation exceptions.Exception to be thrown when the argument is negative.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.correlationClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.Base class for all unsupported features.Exception to be thrown when the argument is not greater than 0.Exception to be thrown when a number is too small.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.descriptiveClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.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.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.descriptive.momentClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.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.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.descriptive.rankClassDescriptionBase class for all preconditions violation exceptions.Base class for all unsupported features.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.descriptive.summaryClassDescriptionBase class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.inferenceClassDescriptionError 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.Exception to be thrown when some counter maximum value is exceeded.Exception to be thrown when the required data is missing.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 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. -
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.intervalClassDescriptionException to be thrown when the argument is negative.Exception to be thrown when the argument is not greater than 0.Exception to be thrown when a number is too large.Exception to be thrown when some argument is out of range.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.stat.regressionClassDescriptionBase class for all preconditions violation exceptions.Exception to be thrown when the required data is missing.Exception to be thrown when some argument is out of range.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.transformClassDescriptionException to be thrown when two dimensions differ.Base class for all preconditions violation exceptions.Exception to be thrown when the a sequence of values is not monotonically increasing or decreasing.Exception to be thrown when the argument is not greater than 0.
-
Classes in org.apache.commons.math3.exception used by org.apache.commons.math3.utilClassDescriptionError 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 arithmetic exceptions.Base class for all preconditions violation exceptions.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 to be thrown when some counter maximum value is exceeded.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 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.