Uses of Package
org.apache.commons.math.exception
-
Packages that use org.apache.commons.math.exception Package Description org.apache.commons.math Common classes used throughout the commons-math library.org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms.org.apache.commons.math.estimation This package provided classes to solve estimation problems, it is deprecated since 2.0.org.apache.commons.math.exception Specialized exceptions for algorithms errors.org.apache.commons.math.fraction Fraction number type and fraction number formatting.org.apache.commons.math.geometry This package provides basic 3D geometry components.org.apache.commons.math.linear Linear algebra support.org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems.org.apache.commons.math.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration.org.apache.commons.math.optimization This package provides common interfaces for the optimization algorithms provided in sub-packages.org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting.org.apache.commons.math.optimization.linear This package provides optimization algorithms for linear constrained problems.org.apache.commons.math.util Convenience routines and common data structures used throughout the commons-math library. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.analysis.interpolation Class Description NoDataException Exception to be thrown when the required data is missing. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.estimation Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.exception Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalNumberException Base class for exceptions raised by a wrong number.MathIllegalStateException Base class for all exceptions that signal a mismatch between the current state and the user's expectations.MathThrowable Interface for commons-math throwables.NumberIsTooSmallException Exception to be thrown when a number is too small. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.fraction Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.geometry Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.linear Class Description DimensionMismatchException Exception to be thrown when two dimensions differ.MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.ode Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.ode.events Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.optimization Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.optimization.fitting Class Description ZeroException Exception to be thrown when zero is provided where it is not allowed. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.optimization.linear Class Description MathThrowable Interface for commons-math throwables. -
Classes in org.apache.commons.math.exception used by org.apache.commons.math.util Class Description OutOfRangeException Exception to be thrown when some argument is out of range.