blob: caf0dc117235c1c2a168f640fa8c99e9a2c3b6da [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org.apache.commons.math3.exception (Apache Commons Math 3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.apache.commons.math3.exception (Apache Commons Math 3.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/commons/math3/exception/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package org.apache.commons.math3.exception" class="title">Uses of Package<br>org.apache.commons.math3.exception</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3">org.apache.commons.math3</a></td>
<td class="colLast">
<div class="block">Common classes used throughout the commons-math library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis">org.apache.commons.math3.analysis</a></td>
<td class="colLast">
<div class="block">
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.differentiation">org.apache.commons.math3.analysis.differentiation</a></td>
<td class="colLast">
<div class="block">
This package holds the main interfaces and basic building block classes
dealing with differentiation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.function">org.apache.commons.math3.analysis.function</a></td>
<td class="colLast">
<div class="block">
The <code>function</code> package contains function objects that wrap the
methods contained in <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Math.html?is-external=true" title="class or interface in java.lang"><code>Math</code></a>, as well as common
mathematical functions such as the gaussian and sinc functions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.integration">org.apache.commons.math3.analysis.integration</a></td>
<td class="colLast">
<div class="block">Numerical integration (quadrature) algorithms for univariate real functions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.integration.gauss">org.apache.commons.math3.analysis.integration.gauss</a></td>
<td class="colLast">
<div class="block">Gauss family of quadrature schemes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.interpolation">org.apache.commons.math3.analysis.interpolation</a></td>
<td class="colLast">
<div class="block">Univariate real functions interpolation algorithms.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.polynomials">org.apache.commons.math3.analysis.polynomials</a></td>
<td class="colLast">
<div class="block">Univariate real polynomials implementations, seen as differentiable
univariate real functions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.solvers">org.apache.commons.math3.analysis.solvers</a></td>
<td class="colLast">
<div class="block">Root finding algorithms, for univariate real functions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.complex">org.apache.commons.math3.complex</a></td>
<td class="colLast">
<div class="block">Complex number type and implementations of complex transcendental
functions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.dfp">org.apache.commons.math3.dfp</a></td>
<td class="colLast">
<div class="block">Decimal floating point library for Java</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.distribution">org.apache.commons.math3.distribution</a></td>
<td class="colLast">
<div class="block">Implementations of common discrete and continuous distributions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.distribution.fitting">org.apache.commons.math3.distribution.fitting</a></td>
<td class="colLast">
<div class="block">Fitting of parameters against distributions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.exception">org.apache.commons.math3.exception</a></td>
<td class="colLast">
<div class="block">Specialized exceptions for algorithms errors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.filter">org.apache.commons.math3.filter</a></td>
<td class="colLast">
<div class="block">Implementations of common discrete-time linear filters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.fraction">org.apache.commons.math3.fraction</a></td>
<td class="colLast">
<div class="block">Fraction number type and fraction number formatting.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.genetics">org.apache.commons.math3.genetics</a></td>
<td class="colLast">
<div class="block">This package provides Genetic Algorithms components and implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry">org.apache.commons.math3.geometry</a></td>
<td class="colLast">
<div class="block">
This package is the top level package for geometry.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.euclidean.oned">org.apache.commons.math3.geometry.euclidean.oned</a></td>
<td class="colLast">
<div class="block">
This package provides basic 1D geometry components.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.euclidean.threed">org.apache.commons.math3.geometry.euclidean.threed</a></td>
<td class="colLast">
<div class="block">
This package provides basic 3D geometry components.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.euclidean.twod">org.apache.commons.math3.geometry.euclidean.twod</a></td>
<td class="colLast">
<div class="block">
This package provides basic 2D geometry components.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.euclidean.twod.hull">org.apache.commons.math3.geometry.euclidean.twod.hull</a></td>
<td class="colLast">
<div class="block">
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.hull">org.apache.commons.math3.geometry.hull</a></td>
<td class="colLast">
<div class="block">
This package provides interfaces and classes related to the convex hull problem.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.spherical.oned">org.apache.commons.math3.geometry.spherical.oned</a></td>
<td class="colLast">
<div class="block">
This package provides basic geometry components on the 1-sphere.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.spherical.twod">org.apache.commons.math3.geometry.spherical.twod</a></td>
<td class="colLast">
<div class="block">
This package provides basic geometry components on the 2-sphere.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.linear">org.apache.commons.math3.linear</a></td>
<td class="colLast">
<div class="block">Linear algebra support.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ml.clustering">org.apache.commons.math3.ml.clustering</a></td>
<td class="colLast">
<div class="block">Clustering algorithms.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ode">org.apache.commons.math3.ode</a></td>
<td class="colLast">
<div class="block">
This package provides classes to solve Ordinary Differential Equations problems.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ode.events">org.apache.commons.math3.ode.events</a></td>
<td class="colLast">
<div class="block">
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ode.nonstiff">org.apache.commons.math3.ode.nonstiff</a></td>
<td class="colLast">
<div class="block">
This package provides classes to solve non-stiff Ordinary Differential Equations problems.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ode.sampling">org.apache.commons.math3.ode.sampling</a></td>
<td class="colLast">
<div class="block">
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim">org.apache.commons.math3.optim</a></td>
<td class="colLast">
<div class="block">
Generally, optimizers are algorithms that will either
<a href="../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GoalType.html#MINIMIZE"><code>minimize</code></a> or
<a href="../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GoalType.html#MAXIMIZE"><code>maximize</code></a>
a scalar function, called the
<a href="../../../../../org/apache/commons/math3/optim/nonlinear/scalar/ObjectiveFunction.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar"><code><em>objective
function</em></code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.linear">org.apache.commons.math3.optim.linear</a></td>
<td class="colLast">
<div class="block">Optimization algorithms for linear constrained problems.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.nonlinear.scalar">org.apache.commons.math3.optim.nonlinear.scalar</a></td>
<td class="colLast">
<div class="block">Algorithms for optimizing a scalar function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.nonlinear.scalar.gradient">org.apache.commons.math3.optim.nonlinear.scalar.gradient</a></td>
<td class="colLast">
<div class="block">This package provides optimization algorithms that require derivatives.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.nonlinear.scalar.noderiv">org.apache.commons.math3.optim.nonlinear.scalar.noderiv</a></td>
<td class="colLast">
<div class="block">This package provides optimization algorithms that do not require derivatives.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.nonlinear.vector">org.apache.commons.math3.optim.nonlinear.vector</a></td>
<td class="colLast">
<div class="block">Algorithms for optimizing a vector function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.nonlinear.vector.jacobian">org.apache.commons.math3.optim.nonlinear.vector.jacobian</a></td>
<td class="colLast">
<div class="block">This package provides optimization algorithms that require derivatives.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optim.univariate">org.apache.commons.math3.optim.univariate</a></td>
<td class="colLast">
<div class="block">One-dimensional optimization algorithms.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optimization.direct">org.apache.commons.math3.optimization.direct</a></td>
<td class="colLast">
<div class="block">
This package provides optimization algorithms that don't require derivatives.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.optimization.linear">org.apache.commons.math3.optimization.linear</a></td>
<td class="colLast">
<div class="block">This package provides optimization algorithms for linear constrained problems.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.random">org.apache.commons.math3.random</a></td>
<td class="colLast">
<div class="block">Random number and random data generators.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.special">org.apache.commons.math3.special</a></td>
<td class="colLast">
<div class="block">Implementations of special functions such as Beta and Gamma.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat">org.apache.commons.math3.stat</a></td>
<td class="colLast">
<div class="block">Data storage, manipulation and summary routines.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.clustering">org.apache.commons.math3.stat.clustering</a></td>
<td class="colLast">
<div class="block">All classes and sub-packages of this package are deprecated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.correlation">org.apache.commons.math3.stat.correlation</a></td>
<td class="colLast">
<div class="block">Correlations/Covariance computations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.descriptive">org.apache.commons.math3.stat.descriptive</a></td>
<td class="colLast">
<div class="block">Generic univariate summary statistic objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.descriptive.moment">org.apache.commons.math3.stat.descriptive.moment</a></td>
<td class="colLast">
<div class="block">Summary statistics based on moments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.descriptive.rank">org.apache.commons.math3.stat.descriptive.rank</a></td>
<td class="colLast">
<div class="block">Summary statistics based on ranks.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.descriptive.summary">org.apache.commons.math3.stat.descriptive.summary</a></td>
<td class="colLast">
<div class="block">Other summary statistics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.inference">org.apache.commons.math3.stat.inference</a></td>
<td class="colLast">
<div class="block">Classes providing hypothesis testing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.interval">org.apache.commons.math3.stat.interval</a></td>
<td class="colLast">
<div class="block">Classes providing binomial proportion confidence interval construction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.stat.regression">org.apache.commons.math3.stat.regression</a></td>
<td class="colLast">
<div class="block">Statistical routines involving multivariate data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.transform">org.apache.commons.math3.transform</a></td>
<td class="colLast">
<div class="block">Implementations of transform methods, including Fast Fourier transforms.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.util">org.apache.commons.math3.util</a></td>
<td class="colLast">
<div class="block">Convenience routines and common data structures used throughout the commons-math library.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/package-summary.html">org.apache.commons.math3</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/package-summary.html">org.apache.commons.math3.analysis</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.analysis">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.analysis">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.differentiation">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/differentiation/package-summary.html">org.apache.commons.math3.analysis.differentiation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.analysis.differentiation">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.analysis.differentiation">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.analysis.differentiation">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.analysis.differentiation">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.analysis.differentiation">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.analysis.differentiation">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.function">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/function/package-summary.html">org.apache.commons.math3.analysis.function</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.analysis.function">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.analysis.function">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NonMonotonicSequenceException.html#org.apache.commons.math3.analysis.function">NonMonotonicSequenceException</a>
<div class="block">Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.analysis.function">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.analysis.function">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.analysis.function">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.integration">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/integration/package-summary.html">org.apache.commons.math3.analysis.integration</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.analysis.integration">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.analysis.integration">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.analysis.integration">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.analysis.integration">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.analysis.integration">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.analysis.integration">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.analysis.integration">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.integration.gauss">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/integration/gauss/package-summary.html">org.apache.commons.math3.analysis.integration.gauss</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.analysis.integration.gauss">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NonMonotonicSequenceException.html#org.apache.commons.math3.analysis.integration.gauss">NonMonotonicSequenceException</a>
<div class="block">Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.analysis.integration.gauss">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.interpolation">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/interpolation/package-summary.html">org.apache.commons.math3.analysis.interpolation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.analysis.interpolation">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.analysis.interpolation">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.analysis.interpolation">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.analysis.interpolation">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NonMonotonicSequenceException.html#org.apache.commons.math3.analysis.interpolation">NonMonotonicSequenceException</a>
<div class="block">Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotFiniteNumberException.html#org.apache.commons.math3.analysis.interpolation">NotFiniteNumberException</a>
<div class="block">Exception to be thrown when a number is not finite.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.analysis.interpolation">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.analysis.interpolation">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.analysis.interpolation">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.analysis.interpolation">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.analysis.interpolation">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ZeroException.html#org.apache.commons.math3.analysis.interpolation">ZeroException</a>
<div class="block">Exception to be thrown when zero is provided where it is not allowed.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.polynomials">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/polynomials/package-summary.html">org.apache.commons.math3.analysis.polynomials</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.analysis.polynomials">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.analysis.polynomials">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NonMonotonicSequenceException.html#org.apache.commons.math3.analysis.polynomials">NonMonotonicSequenceException</a>
<div class="block">Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.analysis.polynomials">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.analysis.polynomials">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.solvers">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/analysis/solvers/package-summary.html">org.apache.commons.math3.analysis.solvers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.analysis.solvers">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.analysis.solvers">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoBracketingException.html#org.apache.commons.math3.analysis.solvers">NoBracketingException</a>
<div class="block">Exception to be thrown when function values have the same sign at both
ends of an interval.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.analysis.solvers">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.analysis.solvers">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.analysis.solvers">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.analysis.solvers">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.analysis.solvers">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.analysis.solvers">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.complex">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/complex/package-summary.html">org.apache.commons.math3.complex</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.complex">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.complex">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.complex">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.complex">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.complex">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.complex">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.complex">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.complex">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ZeroException.html#org.apache.commons.math3.complex">ZeroException</a>
<div class="block">Exception to be thrown when zero is provided where it is not allowed.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.dfp">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/dfp/package-summary.html">org.apache.commons.math3.dfp</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.dfp">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoBracketingException.html#org.apache.commons.math3.dfp">NoBracketingException</a>
<div class="block">Exception to be thrown when function values have the same sign at both
ends of an interval.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.dfp">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.dfp">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.distribution">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/distribution/package-summary.html">org.apache.commons.math3.distribution</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.distribution">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.distribution">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotANumberException.html#org.apache.commons.math3.distribution">NotANumberException</a>
<div class="block">Exception to be thrown when a number is not a number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotFiniteNumberException.html#org.apache.commons.math3.distribution">NotFiniteNumberException</a>
<div class="block">Exception to be thrown when a number is not finite.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.distribution">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.distribution">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.distribution">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.distribution">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.distribution">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.distribution.fitting">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/distribution/fitting/package-summary.html">org.apache.commons.math3.distribution.fitting</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.distribution.fitting">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.distribution.fitting">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.distribution.fitting">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.exception">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.exception">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalNumberException.html#org.apache.commons.math3.exception">MathIllegalNumberException</a>
<div class="block">Base class for exceptions raised by a wrong number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.exception">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.exception">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.exception">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.filter">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/filter/package-summary.html">org.apache.commons.math3.filter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.filter">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.filter">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.filter">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.fraction">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.fraction">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.fraction">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.fraction">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.fraction">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.fraction">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.genetics">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/genetics/package-summary.html">org.apache.commons.math3.genetics</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.genetics">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.genetics">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.genetics">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.genetics">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.genetics">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.genetics">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.genetics">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.genetics">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/package-summary.html">org.apache.commons.math3.geometry</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.geometry">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.geometry">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathUnsupportedOperationException.html#org.apache.commons.math3.geometry">MathUnsupportedOperationException</a>
<div class="block">Base class for all unsupported features.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.euclidean.oned">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/euclidean/oned/package-summary.html">org.apache.commons.math3.geometry.euclidean.oned</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.geometry.euclidean.oned">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.geometry.euclidean.oned">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathUnsupportedOperationException.html#org.apache.commons.math3.geometry.euclidean.oned">MathUnsupportedOperationException</a>
<div class="block">Base class for all unsupported features.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.euclidean.threed">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/euclidean/threed/package-summary.html">org.apache.commons.math3.geometry.euclidean.threed</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.geometry.euclidean.threed">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.geometry.euclidean.threed">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.geometry.euclidean.threed">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.geometry.euclidean.threed">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.geometry.euclidean.threed">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.euclidean.twod">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/euclidean/twod/package-summary.html">org.apache.commons.math3.geometry.euclidean.twod</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.geometry.euclidean.twod">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.geometry.euclidean.twod">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.geometry.euclidean.twod">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.geometry.euclidean.twod">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.euclidean.twod.hull">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/euclidean/twod/hull/package-summary.html">org.apache.commons.math3.geometry.euclidean.twod.hull</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.geometry.euclidean.twod.hull">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/InsufficientDataException.html#org.apache.commons.math3.geometry.euclidean.twod.hull">InsufficientDataException</a>
<div class="block">Exception to be thrown when there is insufficient data to perform a computation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.geometry.euclidean.twod.hull">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.geometry.euclidean.twod.hull">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.hull">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/hull/package-summary.html">org.apache.commons.math3.geometry.hull</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.geometry.hull">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/InsufficientDataException.html#org.apache.commons.math3.geometry.hull">InsufficientDataException</a>
<div class="block">Exception to be thrown when there is insufficient data to perform a computation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.geometry.hull">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.spherical.oned">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/spherical/oned/package-summary.html">org.apache.commons.math3.geometry.spherical.oned</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.geometry.spherical.oned">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathUnsupportedOperationException.html#org.apache.commons.math3.geometry.spherical.oned">MathUnsupportedOperationException</a>
<div class="block">Base class for all unsupported features.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.geometry.spherical.oned">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.geometry.spherical.twod">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/geometry/spherical/twod/package-summary.html">org.apache.commons.math3.geometry.spherical.twod</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.geometry.spherical.twod">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.geometry.spherical.twod">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.geometry.spherical.twod">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.linear">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.linear">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.linear">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.linear">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalNumberException.html#org.apache.commons.math3.linear">MathIllegalNumberException</a>
<div class="block">Base class for exceptions raised by a wrong number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathUnsupportedOperationException.html#org.apache.commons.math3.linear">MathUnsupportedOperationException</a>
<div class="block">Base class for all unsupported features.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.linear">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MultiDimensionMismatchException.html#org.apache.commons.math3.linear">MultiDimensionMismatchException</a>
<div class="block">Exception to be thrown when two sets of dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.linear">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.linear">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.linear">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.linear">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.linear">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.linear">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.linear">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ZeroException.html#org.apache.commons.math3.linear">ZeroException</a>
<div class="block">Exception to be thrown when zero is provided where it is not allowed.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ml.clustering">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/ml/clustering/package-summary.html">org.apache.commons.math3.ml.clustering</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.ml.clustering">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.ml.clustering">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.ml.clustering">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ode">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.ode">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.ode">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.ode">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.ode">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoBracketingException.html#org.apache.commons.math3.ode">NoBracketingException</a>
<div class="block">Exception to be thrown when function values have the same sign at both
ends of an interval.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.ode">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ode.events">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/ode/events/package-summary.html">org.apache.commons.math3.ode.events</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.ode.events">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoBracketingException.html#org.apache.commons.math3.ode.events">NoBracketingException</a>
<div class="block">Exception to be thrown when function values have the same sign at both
ends of an interval.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ode.nonstiff">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/ode/nonstiff/package-summary.html">org.apache.commons.math3.ode.nonstiff</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.ode.nonstiff">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.ode.nonstiff">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoBracketingException.html#org.apache.commons.math3.ode.nonstiff">NoBracketingException</a>
<div class="block">Exception to be thrown when function values have the same sign at both
ends of an interval.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.ode.nonstiff">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ode.sampling">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/ode/sampling/package-summary.html">org.apache.commons.math3.ode.sampling</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.ode.sampling">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/package-summary.html">org.apache.commons.math3.optim</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyIterationsException.html#org.apache.commons.math3.optim">TooManyIterationsException</a>
<div class="block">Exception to be thrown when the maximal number of iterations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.linear">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/linear/package-summary.html">org.apache.commons.math3.optim.linear</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyIterationsException.html#org.apache.commons.math3.optim.linear">TooManyIterationsException</a>
<div class="block">Exception to be thrown when the maximal number of iterations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.nonlinear.scalar">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/nonlinear/scalar/package-summary.html">org.apache.commons.math3.optim.nonlinear.scalar</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.optim.nonlinear.scalar">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.optim.nonlinear.scalar">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim.nonlinear.scalar">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.nonlinear.scalar.gradient">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/nonlinear/scalar/gradient/package-summary.html">org.apache.commons.math3.optim.nonlinear.scalar.gradient</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim.nonlinear.scalar.gradient">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.nonlinear.scalar.noderiv">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/nonlinear/scalar/noderiv/package-summary.html">org.apache.commons.math3.optim.nonlinear.scalar.noderiv</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.optim.nonlinear.scalar.noderiv">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim.nonlinear.scalar.noderiv">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.nonlinear.vector">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/nonlinear/vector/package-summary.html">org.apache.commons.math3.optim.nonlinear.vector</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.optim.nonlinear.vector">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.optim.nonlinear.vector">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.optim.nonlinear.vector">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim.nonlinear.vector">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.nonlinear.vector.jacobian">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/nonlinear/vector/jacobian/package-summary.html">org.apache.commons.math3.optim.nonlinear.vector.jacobian</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim.nonlinear.vector.jacobian">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optim.univariate">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optim/univariate/package-summary.html">org.apache.commons.math3.optim.univariate</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optim.univariate">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optimization.direct">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optimization/direct/package-summary.html">org.apache.commons.math3.optimization.direct</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.optimization.direct">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.optimization.direct">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.optimization.direct">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/TooManyEvaluationsException.html#org.apache.commons.math3.optimization.direct">TooManyEvaluationsException</a>
<div class="block">Exception to be thrown when the maximal number of evaluations is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.optimization.linear">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/optimization/linear/package-summary.html">org.apache.commons.math3.optimization.linear</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.optimization.linear">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.optimization.linear">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.random">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/random/package-summary.html">org.apache.commons.math3.random</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.random">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.random">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.random">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathParseException.html#org.apache.commons.math3.random">MathParseException</a>
<div class="block">Class to signal parse failures.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotANumberException.html#org.apache.commons.math3.random">NotANumberException</a>
<div class="block">Exception to be thrown when a number is not a number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotFiniteNumberException.html#org.apache.commons.math3.random">NotFiniteNumberException</a>
<div class="block">Exception to be thrown when a number is not finite.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.random">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.random">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.random">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.random">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.random">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ZeroException.html#org.apache.commons.math3.random">ZeroException</a>
<div class="block">Exception to be thrown when zero is provided where it is not allowed.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.special">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/special/package-summary.html">org.apache.commons.math3.special</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.special">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.special">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/package-summary.html">org.apache.commons.math3.stat</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.stat">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.stat">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.stat">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.clustering">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/clustering/package-summary.html">org.apache.commons.math3.stat.clustering</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.stat.clustering">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.clustering">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.stat.clustering">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat.clustering">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.correlation">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/correlation/package-summary.html">org.apache.commons.math3.stat.correlation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.stat.correlation">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.correlation">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathUnsupportedOperationException.html#org.apache.commons.math3.stat.correlation">MathUnsupportedOperationException</a>
<div class="block">Base class for all unsupported features.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.stat.correlation">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.stat.correlation">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.descriptive">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/descriptive/package-summary.html">org.apache.commons.math3.stat.descriptive</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.stat.descriptive">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.descriptive">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.stat.descriptive">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat.descriptive">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.descriptive.moment">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/descriptive/moment/package-summary.html">org.apache.commons.math3.stat.descriptive.moment</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.stat.descriptive.moment">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.descriptive.moment">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.stat.descriptive.moment">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat.descriptive.moment">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.descriptive.rank">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/descriptive/rank/package-summary.html">org.apache.commons.math3.stat.descriptive.rank</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.descriptive.rank">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat.descriptive.rank">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.descriptive.summary">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/descriptive/summary/package-summary.html">org.apache.commons.math3.stat.descriptive.summary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.descriptive.summary">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat.descriptive.summary">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.inference">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/inference/package-summary.html">org.apache.commons.math3.stat.inference</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.stat.inference">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.stat.inference">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/InsufficientDataException.html#org.apache.commons.math3.stat.inference">InsufficientDataException</a>
<div class="block">Exception to be thrown when there is insufficient data to perform a computation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.stat.inference">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.inference">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.stat.inference">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.stat.inference">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.stat.inference">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.stat.inference">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.stat.inference">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.stat.inference">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.stat.inference">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.stat.inference">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ZeroException.html#org.apache.commons.math3.stat.inference">ZeroException</a>
<div class="block">Exception to be thrown when zero is provided where it is not allowed.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.interval">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/interval/package-summary.html">org.apache.commons.math3.stat.interval</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.stat.interval">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.stat.interval">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.stat.interval">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.stat.interval">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.stat.regression">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/stat/regression/package-summary.html">org.apache.commons.math3.stat.regression</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.stat.regression">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.stat.regression">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.stat.regression">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.transform">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/transform/package-summary.html">org.apache.commons.math3.transform</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.transform">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.transform">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NonMonotonicSequenceException.html#org.apache.commons.math3.transform">NonMonotonicSequenceException</a>
<div class="block">Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.transform">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.util">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/exception/package-summary.html">org.apache.commons.math3.exception</a> used by <a href="../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/ConvergenceException.html#org.apache.commons.math3.util">ConvergenceException</a>
<div class="block">Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/DimensionMismatchException.html#org.apache.commons.math3.util">DimensionMismatchException</a>
<div class="block">Exception to be thrown when two dimensions differ.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathArithmeticException.html#org.apache.commons.math3.util">MathArithmeticException</a>
<div class="block">Base class for arithmetic exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalArgumentException.html#org.apache.commons.math3.util">MathIllegalArgumentException</a>
<div class="block">Base class for all preconditions violation exceptions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MathIllegalStateException.html#org.apache.commons.math3.util">MathIllegalStateException</a>
<div class="block">Base class for all exceptions that signal a mismatch between the
current state and the user's expectations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/MaxCountExceededException.html#org.apache.commons.math3.util">MaxCountExceededException</a>
<div class="block">Exception to be thrown when some counter maximum value is exceeded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NoDataException.html#org.apache.commons.math3.util">NoDataException</a>
<div class="block">Exception to be thrown when the required data is missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NonMonotonicSequenceException.html#org.apache.commons.math3.util">NonMonotonicSequenceException</a>
<div class="block">Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotFiniteNumberException.html#org.apache.commons.math3.util">NotFiniteNumberException</a>
<div class="block">Exception to be thrown when a number is not finite.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotPositiveException.html#org.apache.commons.math3.util">NotPositiveException</a>
<div class="block">Exception to be thrown when the argument is negative.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NotStrictlyPositiveException.html#org.apache.commons.math3.util">NotStrictlyPositiveException</a>
<div class="block">Exception to be thrown when the argument is not greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NullArgumentException.html#org.apache.commons.math3.util">NullArgumentException</a>
<div class="block">All conditions checks that fail due to a <code>null</code> argument must throw
this exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooLargeException.html#org.apache.commons.math3.util">NumberIsTooLargeException</a>
<div class="block">Exception to be thrown when a number is too large.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/NumberIsTooSmallException.html#org.apache.commons.math3.util">NumberIsTooSmallException</a>
<div class="block">Exception to be thrown when a number is too small.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../org/apache/commons/math3/exception/class-use/OutOfRangeException.html#org.apache.commons.math3.util">OutOfRangeException</a>
<div class="block">Exception to be thrown when some argument is out of range.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/commons/math3/exception/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>