blob: 5f3c811ce85fbe068075a6043d8344187704bfdf [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>LocalizedFormats (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="LocalizedFormats (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="navBarCell1Rev">Class</li>
<li><a href="class-use/LocalizedFormats.html">Use</a></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><a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html" title="interface in org.apache.commons.math3.exception.util"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/exception/util/LocalizedFormats.html" target="_top">Frames</a></li>
<li><a href="LocalizedFormats.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.commons.math3.exception.util</div>
<h2 title="Enum LocalizedFormats" class="title">Enum LocalizedFormats</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a>&gt;</li>
<li>
<ul class="inheritance">
<li>org.apache.commons.math3.exception.util.LocalizedFormats</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a>&gt;, <a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html" title="interface in org.apache.commons.math3.exception.util">Localizable</a></dd>
</dl>
<hr>
<br>
<pre>public enum <span class="strong">LocalizedFormats</span>
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a>&gt;
implements <a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html" title="interface in org.apache.commons.math3.exception.util">Localizable</a></pre>
<div class="block">Enumeration for localized messages formats used in exceptions messages.
<p>
The constants in this enumeration represent the available
formats as localized strings. These formats are intended to be
localized using simple properties files, using the constant
name as the key and the property value as the message format.
The source English format is provided in the constants themselves
to serve both as a reminder for developers to understand the parameters
needed by each format, as a basis for translators to create
localized properties files, and as a default format if some
translation is missing.
</p></div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>2.2</dd>
<dt><span class="strong">Version:</span></dt>
<dd>$Id: LocalizedFormats.java 1568752 2014-02-16 12:19:51Z tn $</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARGUMENT_OUTSIDE_DOMAIN">ARGUMENT_OUTSIDE_DOMAIN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARITHMETIC_EXCEPTION">ARITHMETIC_EXCEPTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARRAY_ELEMENT">ARRAY_ELEMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARRAY_SIZE_EXCEEDS_MAX_VARIABLES">ARRAY_SIZE_EXCEEDS_MAX_VARIABLES</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1">ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARRAY_SUMS_TO_ZERO">ARRAY_SUMS_TO_ZERO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED">ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ASSYMETRIC_EIGEN_NOT_SUPPORTED">ASSYMETRIC_EIGEN_NOT_SUPPORTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#AT_LEAST_ONE_COLUMN">AT_LEAST_ONE_COLUMN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#AT_LEAST_ONE_ROW">AT_LEAST_ONE_ROW</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#BANDWIDTH">BANDWIDTH</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#BASE">BASE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#BINOMIAL_INVALID_PARAMETERS_ORDER">BINOMIAL_INVALID_PARAMETERS_ORDER</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#BINOMIAL_NEGATIVE_PARAMETER">BINOMIAL_NEGATIVE_PARAMETER</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#BOBYQA_BOUND_DIFFERENCE_CONDITION">BOBYQA_BOUND_DIFFERENCE_CONDITION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS">CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_COMPUTE_0TH_ROOT_OF_UNITY">CANNOT_COMPUTE_0TH_ROOT_OF_UNITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA">CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA">CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N">CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS">CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR">CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_FORMAT_INSTANCE_AS_COMPLEX">CANNOT_FORMAT_INSTANCE_AS_COMPLEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR">CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_FORMAT_OBJECT_TO_FRACTION">CANNOT_FORMAT_OBJECT_TO_FRACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS">CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR">CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_PARSE">CANNOT_PARSE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_PARSE_AS_TYPE">CANNOT_PARSE_AS_TYPE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_RETRIEVE_AT_NEGATIVE_INDEX">CANNOT_RETRIEVE_AT_NEGATIVE_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_SET_AT_NEGATIVE_INDEX">CANNOT_SET_AT_NEGATIVE_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY">CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CANNOT_TRANSFORM_TO_DOUBLE">CANNOT_TRANSFORM_TO_DOUBLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CARDAN_ANGLES_SINGULARITY">CARDAN_ANGLES_SINGULARITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CLASS_DOESNT_IMPLEMENT_COMPARABLE">CLASS_DOESNT_IMPLEMENT_COMPARABLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT">CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#COLUMN_INDEX">COLUMN_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#COLUMN_INDEX_OUT_OF_RANGE">COLUMN_INDEX_OUT_OF_RANGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CONSTRAINT">CONSTRAINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CONTINUED_FRACTION_INFINITY_DIVERGENCE">CONTINUED_FRACTION_INFINITY_DIVERGENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CONTINUED_FRACTION_NAN_DIVERGENCE">CONTINUED_FRACTION_NAN_DIVERGENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR">CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CONTRACTION_CRITERIA_SMALLER_THAN_ONE">CONTRACTION_CRITERIA_SMALLER_THAN_ONE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CONVERGENCE_FAILED">CONVERGENCE_FAILED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#COVARIANCE_MATRIX">COVARIANCE_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CROSSING_BOUNDARY_LOOPS">CROSSING_BOUNDARY_LOOPS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CROSSOVER_RATE">CROSSOVER_RATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#CUMULATIVE_PROBABILITY_RETURNED_NAN">CUMULATIVE_PROBABILITY_RETURNED_NAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DEGREES_OF_FREEDOM">DEGREES_OF_FREEDOM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DENOMINATOR">DENOMINATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DENOMINATOR_FORMAT">DENOMINATOR_FORMAT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIFFERENT_ORIG_AND_PERMUTED_DATA">DIFFERENT_ORIG_AND_PERMUTED_DATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIFFERENT_ROWS_LENGTHS">DIFFERENT_ROWS_LENGTHS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIGEST_NOT_INITIALIZED">DIGEST_NOT_INITIALIZED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIMENSION">DIMENSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIMENSIONS_MISMATCH">DIMENSIONS_MISMATCH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIMENSIONS_MISMATCH_2x2">DIMENSIONS_MISMATCH_2x2</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DIMENSIONS_MISMATCH_SIMPLE">DIMENSIONS_MISMATCH_SIMPLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN">DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DISTRIBUTION_NOT_LOADED">DISTRIBUTION_NOT_LOADED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#DUPLICATED_ABSCISSA_DIVISION_BY_ZERO">DUPLICATED_ABSCISSA_DIVISION_BY_ZERO</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ELITISM_RATE">ELITISM_RATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EMPTY_CLUSTER_IN_K_MEANS">EMPTY_CLUSTER_IN_K_MEANS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EMPTY_INTERPOLATION_SAMPLE">EMPTY_INTERPOLATION_SAMPLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY">EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EMPTY_SELECTED_COLUMN_INDEX_ARRAY">EMPTY_SELECTED_COLUMN_INDEX_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EMPTY_SELECTED_ROW_INDEX_ARRAY">EMPTY_SELECTED_ROW_INDEX_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EMPTY_STRING_FOR_IMAGINARY_CHARACTER">EMPTY_STRING_FOR_IMAGINARY_CHARACTER</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ENDPOINTS_NOT_AN_INTERVAL">ENDPOINTS_NOT_AN_INTERVAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EQUAL_VERTICES_IN_SIMPLEX">EQUAL_VERTICES_IN_SIMPLEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EULER_ANGLES_SINGULARITY">EULER_ANGLES_SINGULARITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EVALUATION">EVALUATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EVALUATIONS">EVALUATIONS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EXPANSION_FACTOR_SMALLER_THAN_ONE">EXPANSION_FACTOR_SMALLER_THAN_ONE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#EXPONENT">EXPONENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FACTORIAL_NEGATIVE_PARAMETER">FACTORIAL_NEGATIVE_PARAMETER</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FAILED_BRACKETING">FAILED_BRACKETING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FAILED_FRACTION_CONVERSION">FAILED_FRACTION_CONVERSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FIRST_COLUMNS_NOT_INITIALIZED_YET">FIRST_COLUMNS_NOT_INITIALIZED_YET</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FIRST_ELEMENT_NOT_ZERO">FIRST_ELEMENT_NOT_ZERO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FIRST_ROWS_NOT_INITIALIZED_YET">FIRST_ROWS_NOT_INITIALIZED_YET</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FRACTION">FRACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FRACTION_CONVERSION_OVERFLOW">FRACTION_CONVERSION_OVERFLOW</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FUNCTION">FUNCTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FUNCTION_NOT_DIFFERENTIABLE">FUNCTION_NOT_DIFFERENTIABLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#FUNCTION_NOT_POLYNOMIAL">FUNCTION_NOT_POLYNOMIAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#GCD_OVERFLOW_32_BITS">GCD_OVERFLOW_32_BITS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#GCD_OVERFLOW_64_BITS">GCD_OVERFLOW_64_BITS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#HOLE_BETWEEN_MODELS_TIME_RANGES">HOLE_BETWEEN_MODELS_TIME_RANGES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ILL_CONDITIONED_OPERATOR">ILL_CONDITIONED_OPERATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ILLEGAL_STATE">ILLEGAL_STATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#IMAGINARY_FORMAT">IMAGINARY_FORMAT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INCONSISTENT_STATE_AT_2_PI_WRAPPING">INCONSISTENT_STATE_AT_2_PI_WRAPPING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INDEX">INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INDEX_LARGER_THAN_MAX">INDEX_LARGER_THAN_MAX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INDEX_NOT_POSITIVE">INDEX_NOT_POSITIVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INDEX_OUT_OF_RANGE">INDEX_OUT_OF_RANGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INFINITE_ARRAY_ELEMENT">INFINITE_ARRAY_ELEMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INFINITE_BOUND">INFINITE_BOUND</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INFINITE_VALUE_CONVERSION">INFINITE_VALUE_CONVERSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INITIAL_CAPACITY_NOT_POSITIVE">INITIAL_CAPACITY_NOT_POSITIVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INITIAL_COLUMN_AFTER_FINAL_COLUMN">INITIAL_COLUMN_AFTER_FINAL_COLUMN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INITIAL_ROW_AFTER_FINAL_ROW">INITIAL_ROW_AFTER_FINAL_ROW</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INPUT_ARRAY">INPUT_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE">INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE</a></strong></code>
<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES">INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INSUFFICIENT_DATA">INSUFFICIENT_DATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INSUFFICIENT_DATA_FOR_T_STATISTIC">INSUFFICIENT_DATA_FOR_T_STATISTIC</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INSUFFICIENT_DIMENSION">INSUFFICIENT_DIMENSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE">INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INSUFFICIENT_ROWS_AND_COLUMNS">INSUFFICIENT_ROWS_AND_COLUMNS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INTEGRATION_METHOD_NEEDS_AT_LEAST_TWO_PREVIOUS_POINTS">INTEGRATION_METHOD_NEEDS_AT_LEAST_TWO_PREVIOUS_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INTERNAL_ERROR">INTERNAL_ERROR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_BINARY_CHROMOSOME">INVALID_BINARY_CHROMOSOME</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_BINARY_DIGIT">INVALID_BINARY_DIGIT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_BRACKETING_PARAMETERS">INVALID_BRACKETING_PARAMETERS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_FIXED_LENGTH_CHROMOSOME">INVALID_FIXED_LENGTH_CHROMOSOME</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS">INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_ITERATIONS_LIMITS">INVALID_ITERATIONS_LIMITS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_MAX_ITERATIONS">INVALID_MAX_ITERATIONS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_REGRESSION_ARRAY">INVALID_REGRESSION_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_REGRESSION_OBSERVATION">INVALID_REGRESSION_OBSERVATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#INVALID_ROUNDING_METHOD">INVALID_ROUNDING_METHOD</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ITERATIONS">ITERATIONS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ITERATOR_EXHAUSTED">ITERATOR_EXHAUSTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LCM_OVERFLOW_32_BITS">LCM_OVERFLOW_32_BITS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LCM_OVERFLOW_64_BITS">LCM_OVERFLOW_64_BITS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LENGTH">LENGTH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LIST_OF_CHROMOSOMES_BIGGER_THAN_POPULATION_SIZE">LIST_OF_CHROMOSOMES_BIGGER_THAN_POPULATION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LOESS_EXPECTS_AT_LEAST_ONE_POINT">LOESS_EXPECTS_AT_LEAST_ONE_POINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LOWER_BOUND_NOT_BELOW_UPPER_BOUND">LOWER_BOUND_NOT_BELOW_UPPER_BOUND</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT">LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MAP_MODIFIED_WHILE_ITERATING">MAP_MODIFIED_WHILE_ITERATING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MAX_COUNT_EXCEEDED">MAX_COUNT_EXCEEDED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MAX_ITERATIONS_EXCEEDED">MAX_ITERATIONS_EXCEEDED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MEAN">MEAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MINIMAL_STEPSIZE_REACHED_DURING_INTEGRATION">MINIMAL_STEPSIZE_REACHED_DURING_INTEGRATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS">MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#MUTATION_RATE">MUTATION_RATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED">N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NAN_ELEMENT_AT_INDEX">NAN_ELEMENT_AT_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NAN_NOT_ALLOWED">NAN_NOT_ALLOWED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NAN_VALUE_CONVERSION">NAN_VALUE_CONVERSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NEGATIVE_BRIGHTNESS_EXPONENT">NEGATIVE_BRIGHTNESS_EXPONENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NEGATIVE_COMPLEX_MODULE">NEGATIVE_COMPLEX_MODULE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NEGATIVE_ELEMENT_AT_2D_INDEX">NEGATIVE_ELEMENT_AT_2D_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NEGATIVE_ELEMENT_AT_INDEX">NEGATIVE_ELEMENT_AT_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NEGATIVE_NUMBER_OF_SUCCESSES">NEGATIVE_NUMBER_OF_SUCCESSES</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NEGATIVE_NUMBER_OF_TRIALS">NEGATIVE_NUMBER_OF_TRIALS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_BIN_SELECTED">NO_BIN_SELECTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_CONVERGENCE_WITH_ANY_START_POINT">NO_CONVERGENCE_WITH_ANY_START_POINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_DATA">NO_DATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_DEGREES_OF_FREEDOM">NO_DEGREES_OF_FREEDOM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_DENSITY_FOR_THIS_DISTRIBUTION">NO_DENSITY_FOR_THIS_DISTRIBUTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_FEASIBLE_SOLUTION">NO_FEASIBLE_SOLUTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_OPTIMUM_COMPUTED_YET">NO_OPTIMUM_COMPUTED_YET</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_REGRESSORS">NO_REGRESSORS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_RESULT_AVAILABLE">NO_RESULT_AVAILABLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NO_SUCH_MATRIX_ENTRY">NO_SUCH_MATRIX_ENTRY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_CONVERGENT_CONTINUED_FRACTION">NON_CONVERGENT_CONTINUED_FRACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_INVERTIBLE_TRANSFORM">NON_INVERTIBLE_TRANSFORM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_POSITIVE_DEFINITE_MATRIX">NON_POSITIVE_DEFINITE_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_POSITIVE_DEFINITE_OPERATOR">NON_POSITIVE_DEFINITE_OPERATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_POSITIVE_MICROSPHERE_ELEMENTS">NON_POSITIVE_MICROSPHERE_ELEMENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_POSITIVE_POLYNOMIAL_DEGREE">NON_POSITIVE_POLYNOMIAL_DEGREE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_REAL_FINITE_ABSCISSA">NON_REAL_FINITE_ABSCISSA</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_REAL_FINITE_ORDINATE">NON_REAL_FINITE_ORDINATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_REAL_FINITE_WEIGHT">NON_REAL_FINITE_WEIGHT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_SELF_ADJOINT_OPERATOR">NON_SELF_ADJOINT_OPERATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_SQUARE_MATRIX">NON_SQUARE_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_SQUARE_OPERATOR">NON_SQUARE_OPERATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NON_SYMMETRIC_MATRIX">NON_SYMMETRIC_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NORM">NORM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NORMALIZE_INFINITE">NORMALIZE_INFINITE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NORMALIZE_NAN">NORMALIZE_NAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_ADDITION_COMPATIBLE_MATRICES">NOT_ADDITION_COMPATIBLE_MATRICES</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_CONVEX">NOT_CONVEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_DECREASING_NUMBER_OF_POINTS">NOT_DECREASING_NUMBER_OF_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_DECREASING_SEQUENCE">NOT_DECREASING_SEQUENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_ENOUGH_DATA_FOR_NUMBER_OF_PREDICTORS">NOT_ENOUGH_DATA_FOR_NUMBER_OF_PREDICTORS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_ENOUGH_DATA_REGRESSION">NOT_ENOUGH_DATA_REGRESSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION">NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_FINITE_NUMBER">NOT_FINITE_NUMBER</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_INCREASING_NUMBER_OF_POINTS">NOT_INCREASING_NUMBER_OF_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_INCREASING_SEQUENCE">NOT_INCREASING_SEQUENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_MULTIPLICATION_COMPATIBLE_MATRICES">NOT_MULTIPLICATION_COMPATIBLE_MATRICES</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_DEFINITE_MATRIX">NOT_POSITIVE_DEFINITE_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_DEGREES_OF_FREEDOM">NOT_POSITIVE_DEGREES_OF_FREEDOM</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_ELEMENT_AT_INDEX">NOT_POSITIVE_ELEMENT_AT_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_EXPONENT">NOT_POSITIVE_EXPONENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_LENGTH">NOT_POSITIVE_LENGTH</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_MEAN">NOT_POSITIVE_MEAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_NUMBER_OF_SAMPLES">NOT_POSITIVE_NUMBER_OF_SAMPLES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_PERMUTATION">NOT_POSITIVE_PERMUTATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_POISSON_MEAN">NOT_POSITIVE_POISSON_MEAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_POPULATION_SIZE">NOT_POSITIVE_POPULATION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_ROW_DIMENSION">NOT_POSITIVE_ROW_DIMENSION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_SAMPLE_SIZE">NOT_POSITIVE_SAMPLE_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_SCALE">NOT_POSITIVE_SCALE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_SHAPE">NOT_POSITIVE_SHAPE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_STANDARD_DEVIATION">NOT_POSITIVE_STANDARD_DEVIATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_UPPER_BOUND">NOT_POSITIVE_UPPER_BOUND</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POSITIVE_WINDOW_SIZE">NOT_POSITIVE_WINDOW_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POWER_OF_TWO">NOT_POWER_OF_TWO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POWER_OF_TWO_CONSIDER_PADDING">NOT_POWER_OF_TWO_CONSIDER_PADDING</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_POWER_OF_TWO_PLUS_ONE">NOT_POWER_OF_TWO_PLUS_ONE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS">NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_STRICTLY_DECREASING_SEQUENCE">NOT_STRICTLY_DECREASING_SEQUENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_STRICTLY_INCREASING_KNOT_VALUES">NOT_STRICTLY_INCREASING_KNOT_VALUES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS">NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_STRICTLY_INCREASING_SEQUENCE">NOT_STRICTLY_INCREASING_SEQUENCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_SUBTRACTION_COMPATIBLE_MATRICES">NOT_SUBTRACTION_COMPATIBLE_MATRICES</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_SUPPORTED_IN_DIMENSION_N">NOT_SUPPORTED_IN_DIMENSION_N</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NOT_SYMMETRIC_MATRIX">NOT_SYMMETRIC_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NULL_NOT_ALLOWED">NULL_NOT_ALLOWED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE">NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_INTERPOLATION_POINTS">NUMBER_OF_INTERPOLATION_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_POINTS">NUMBER_OF_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_SAMPLES">NUMBER_OF_SAMPLES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE">NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_SUCCESSES">NUMBER_OF_SUCCESSES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_OF_TRIALS">NUMBER_OF_TRIALS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_TOO_LARGE">NUMBER_TOO_LARGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_TOO_LARGE_BOUND_EXCLUDED">NUMBER_TOO_LARGE_BOUND_EXCLUDED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_TOO_SMALL">NUMBER_TOO_SMALL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMBER_TOO_SMALL_BOUND_EXCLUDED">NUMBER_TOO_SMALL_BOUND_EXCLUDED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMERATOR">NUMERATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMERATOR_FORMAT">NUMERATOR_FORMAT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#NUMERATOR_OVERFLOW_AFTER_MULTIPLY">NUMERATOR_OVERFLOW_AFTER_MULTIPLY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OBJECT_TRANSFORMATION">OBJECT_TRANSFORMATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OBSERVED_COUNTS_ALL_ZERO">OBSERVED_COUNTS_ALL_ZERO</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY">OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_BOUND_SIGNIFICANCE_LEVEL">OUT_OF_BOUND_SIGNIFICANCE_LEVEL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_BOUNDS_CONFIDENCE_LEVEL">OUT_OF_BOUNDS_CONFIDENCE_LEVEL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_BOUNDS_QUANTILE_VALUE">OUT_OF_BOUNDS_QUANTILE_VALUE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_ORDER_ABSCISSA_ARRAY">OUT_OF_ORDER_ABSCISSA_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_RANGE">OUT_OF_RANGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_RANGE_LEFT">OUT_OF_RANGE_LEFT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_RANGE_RIGHT">OUT_OF_RANGE_RIGHT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_RANGE_ROOT_OF_UNITY_INDEX">OUT_OF_RANGE_ROOT_OF_UNITY_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUT_OF_RANGE_SIMPLE">OUT_OF_RANGE_SIMPLE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OUTLINE_BOUNDARY_LOOP_OPEN">OUTLINE_BOUNDARY_LOOP_OPEN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OVERFLOW">OVERFLOW</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OVERFLOW_IN_ADDITION">OVERFLOW_IN_ADDITION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OVERFLOW_IN_FRACTION">OVERFLOW_IN_FRACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#OVERFLOW_IN_SUBTRACTION">OVERFLOW_IN_SUBTRACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#PERCENTILE_IMPLEMENTATION_CANNOT_ACCESS_METHOD">PERCENTILE_IMPLEMENTATION_CANNOT_ACCESS_METHOD</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#PERCENTILE_IMPLEMENTATION_UNSUPPORTED_METHOD">PERCENTILE_IMPLEMENTATION_UNSUPPORTED_METHOD</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#PERMUTATION_EXCEEDS_N">PERMUTATION_EXCEEDS_N</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#PERMUTATION_SIZE">PERMUTATION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#POLYNOMIAL">POLYNOMIAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS">POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#POPULATION_LIMIT_NOT_POSITIVE">POPULATION_LIMIT_NOT_POSITIVE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#POPULATION_SIZE">POPULATION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#POWER_NEGATIVE_PARAMETERS">POWER_NEGATIVE_PARAMETERS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#PROPAGATION_DIRECTION_MISMATCH">PROPAGATION_DIRECTION_MISMATCH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#RANDOMKEY_MUTATION_WRONG_CLASS">RANDOMKEY_MUTATION_WRONG_CLASS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#REAL_FORMAT">REAL_FORMAT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ROBUSTNESS_ITERATIONS">ROBUSTNESS_ITERATIONS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ROOTS_OF_UNITY_NOT_COMPUTED_YET">ROOTS_OF_UNITY_NOT_COMPUTED_YET</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ROTATION_MATRIX_DIMENSIONS">ROTATION_MATRIX_DIMENSIONS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ROW_INDEX">ROW_INDEX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ROW_INDEX_OUT_OF_RANGE">ROW_INDEX_OUT_OF_RANGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SAME_SIGN_AT_ENDPOINTS">SAME_SIGN_AT_ENDPOINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE">SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE">SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SCALE">SCALE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SHAPE">SHAPE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SIGNIFICANCE_LEVEL">SIGNIFICANCE_LEVEL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SIMPLE_MESSAGE">SIMPLE_MESSAGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SIMPLEX_NEED_ONE_POINT">SIMPLEX_NEED_ONE_POINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SINGULAR_MATRIX">SINGULAR_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SINGULAR_OPERATOR">SINGULAR_OPERATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#STANDARD_DEVIATION">STANDARD_DEVIATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#START_POSITION">START_POSITION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#SUBARRAY_ENDS_AFTER_ARRAY_END">SUBARRAY_ENDS_AFTER_ARRAY_END</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_LARGE_CUTOFF_SINGULAR_VALUE">TOO_LARGE_CUTOFF_SINGULAR_VALUE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_LARGE_TOURNAMENT_ARITY">TOO_LARGE_TOURNAMENT_ARITY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY">TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_MANY_REGRESSORS">TOO_MANY_REGRESSORS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_SMALL_COST_RELATIVE_TOLERANCE">TOO_SMALL_COST_RELATIVE_TOLERANCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_SMALL_INTEGRATION_INTERVAL">TOO_SMALL_INTEGRATION_INTERVAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_SMALL_ORTHOGONALITY_TOLERANCE">TOO_SMALL_ORTHOGONALITY_TOLERANCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TOO_SMALL_PARAMETERS_RELATIVE_TOLERANCE">TOO_SMALL_PARAMETERS_RELATIVE_TOLERANCE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TRUST_REGION_STEP_FAILED">TRUST_REGION_STEP_FAILED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TWO_OR_MORE_CATEGORIES_REQUIRED">TWO_OR_MORE_CATEGORIES_REQUIRED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#TWO_OR_MORE_VALUES_IN_CATEGORY_REQUIRED">TWO_OR_MORE_VALUES_IN_CATEGORY_REQUIRED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH">UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM">UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS">UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNABLE_TO_ORTHOGONOLIZE_MATRIX">UNABLE_TO_ORTHOGONOLIZE_MATRIX</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNABLE_TO_PERFORM_QR_DECOMPOSITION_ON_JACOBIAN">UNABLE_TO_PERFORM_QR_DECOMPOSITION_ON_JACOBIAN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNABLE_TO_SOLVE_SINGULAR_PROBLEM">UNABLE_TO_SOLVE_SINGULAR_PROBLEM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNBOUNDED_SOLUTION">UNBOUNDED_SOLUTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNKNOWN_MODE">UNKNOWN_MODE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNKNOWN_PARAMETER">UNKNOWN_PARAMETER</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNMATCHED_ODE_IN_EXPANDED_SET">UNMATCHED_ODE_IN_EXPANDED_SET</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNPARSEABLE_3D_VECTOR">UNPARSEABLE_3D_VECTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNPARSEABLE_COMPLEX_NUMBER">UNPARSEABLE_COMPLEX_NUMBER</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNPARSEABLE_REAL_VECTOR">UNPARSEABLE_REAL_VECTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNSUPPORTED_EXPANSION_MODE">UNSUPPORTED_EXPANSION_MODE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#UNSUPPORTED_OPERATION">UNSUPPORTED_OPERATION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#URL_CONTAINS_NO_DATA">URL_CONTAINS_NO_DATA</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#USER_EXCEPTION">USER_EXCEPTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#VALUES_ADDED_BEFORE_CONFIGURING_STATISTIC">VALUES_ADDED_BEFORE_CONFIGURING_STATISTIC</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#VECTOR_LENGTH_MISMATCH">VECTOR_LENGTH_MISMATCH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT">VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#WEIGHT_AT_LEAST_ONE_NON_ZERO">WEIGHT_AT_LEAST_ONE_NON_ZERO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#WHOLE_FORMAT">WHOLE_FORMAT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#WRONG_BLOCK_LENGTH">WRONG_BLOCK_LENGTH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#WRONG_NUMBER_OF_POINTS">WRONG_NUMBER_OF_POINTS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_DENOMINATOR">ZERO_DENOMINATOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_DENOMINATOR_IN_FRACTION">ZERO_DENOMINATOR_IN_FRACTION</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_FRACTION_TO_DIVIDE_BY">ZERO_FRACTION_TO_DIVIDE_BY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_NORM">ZERO_NORM</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_NORM_FOR_ROTATION_AXIS">ZERO_NORM_FOR_ROTATION_AXIS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR">ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#ZERO_NOT_ALLOWED">ZERO_NOT_ALLOWED</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#getLocalizedString(java.util.Locale)">getLocalizedString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale)</code>
<div class="block">Gets the localized string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#getSourceString()">getSourceString</a></strong>()</code>
<div class="block">Gets the source (non-localized) string.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class, java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="ARGUMENT_OUTSIDE_DOMAIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARGUMENT_OUTSIDE_DOMAIN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARGUMENT_OUTSIDE_DOMAIN</pre>
</li>
</ul>
<a name="ARRAY_SIZE_EXCEEDS_MAX_VARIABLES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY_SIZE_EXCEEDS_MAX_VARIABLES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARRAY_SIZE_EXCEEDS_MAX_VARIABLES</pre>
</li>
</ul>
<a name="ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARRAY_SIZES_SHOULD_HAVE_DIFFERENCE_1</pre>
</li>
</ul>
<a name="ARRAY_SUMS_TO_ZERO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY_SUMS_TO_ZERO</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARRAY_SUMS_TO_ZERO</pre>
</li>
</ul>
<a name="ASSYMETRIC_EIGEN_NOT_SUPPORTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ASSYMETRIC_EIGEN_NOT_SUPPORTED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ASSYMETRIC_EIGEN_NOT_SUPPORTED</pre>
</li>
</ul>
<a name="AT_LEAST_ONE_COLUMN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AT_LEAST_ONE_COLUMN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> AT_LEAST_ONE_COLUMN</pre>
</li>
</ul>
<a name="AT_LEAST_ONE_ROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AT_LEAST_ONE_ROW</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> AT_LEAST_ONE_ROW</pre>
</li>
</ul>
<a name="BANDWIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BANDWIDTH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> BANDWIDTH</pre>
</li>
</ul>
<a name="BINOMIAL_INVALID_PARAMETERS_ORDER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINOMIAL_INVALID_PARAMETERS_ORDER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> BINOMIAL_INVALID_PARAMETERS_ORDER</pre>
</li>
</ul>
<a name="BINOMIAL_NEGATIVE_PARAMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINOMIAL_NEGATIVE_PARAMETER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> BINOMIAL_NEGATIVE_PARAMETER</pre>
</li>
</ul>
<a name="CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS</pre>
</li>
</ul>
<a name="CANNOT_COMPUTE_0TH_ROOT_OF_UNITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_COMPUTE_0TH_ROOT_OF_UNITY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_COMPUTE_0TH_ROOT_OF_UNITY</pre>
</li>
</ul>
<a name="CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA</pre>
</li>
</ul>
<a name="CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA</pre>
</li>
</ul>
<a name="CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N</pre>
</li>
</ul>
<a name="CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS</pre>
</li>
</ul>
<a name="CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR</pre>
</li>
</ul>
<a name="CANNOT_FORMAT_INSTANCE_AS_COMPLEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_FORMAT_INSTANCE_AS_COMPLEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_FORMAT_INSTANCE_AS_COMPLEX</pre>
</li>
</ul>
<a name="CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR</pre>
</li>
</ul>
<a name="CANNOT_FORMAT_OBJECT_TO_FRACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_FORMAT_OBJECT_TO_FRACTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_FORMAT_OBJECT_TO_FRACTION</pre>
</li>
</ul>
<a name="CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS</pre>
</li>
</ul>
<a name="CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR</pre>
</li>
</ul>
<a name="CANNOT_RETRIEVE_AT_NEGATIVE_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_RETRIEVE_AT_NEGATIVE_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_RETRIEVE_AT_NEGATIVE_INDEX</pre>
</li>
</ul>
<a name="CANNOT_SET_AT_NEGATIVE_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_SET_AT_NEGATIVE_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_SET_AT_NEGATIVE_INDEX</pre>
</li>
</ul>
<a name="CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY</pre>
</li>
</ul>
<a name="CANNOT_TRANSFORM_TO_DOUBLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_TRANSFORM_TO_DOUBLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_TRANSFORM_TO_DOUBLE</pre>
</li>
</ul>
<a name="CARDAN_ANGLES_SINGULARITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CARDAN_ANGLES_SINGULARITY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CARDAN_ANGLES_SINGULARITY</pre>
</li>
</ul>
<a name="CLASS_DOESNT_IMPLEMENT_COMPARABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLASS_DOESNT_IMPLEMENT_COMPARABLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CLASS_DOESNT_IMPLEMENT_COMPARABLE</pre>
</li>
</ul>
<a name="CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT</pre>
</li>
</ul>
<a name="COLUMN_INDEX_OUT_OF_RANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLUMN_INDEX_OUT_OF_RANGE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> COLUMN_INDEX_OUT_OF_RANGE</pre>
</li>
</ul>
<a name="COLUMN_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COLUMN_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> COLUMN_INDEX</pre>
</li>
</ul>
<a name="CONSTRAINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONSTRAINT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CONSTRAINT</pre>
</li>
</ul>
<a name="CONTINUED_FRACTION_INFINITY_DIVERGENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTINUED_FRACTION_INFINITY_DIVERGENCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CONTINUED_FRACTION_INFINITY_DIVERGENCE</pre>
</li>
</ul>
<a name="CONTINUED_FRACTION_NAN_DIVERGENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTINUED_FRACTION_NAN_DIVERGENCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CONTINUED_FRACTION_NAN_DIVERGENCE</pre>
</li>
</ul>
<a name="CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR</pre>
</li>
</ul>
<a name="CONTRACTION_CRITERIA_SMALLER_THAN_ONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTRACTION_CRITERIA_SMALLER_THAN_ONE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CONTRACTION_CRITERIA_SMALLER_THAN_ONE</pre>
</li>
</ul>
<a name="CONVERGENCE_FAILED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONVERGENCE_FAILED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CONVERGENCE_FAILED</pre>
</li>
</ul>
<a name="CROSSING_BOUNDARY_LOOPS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CROSSING_BOUNDARY_LOOPS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CROSSING_BOUNDARY_LOOPS</pre>
</li>
</ul>
<a name="CROSSOVER_RATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CROSSOVER_RATE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CROSSOVER_RATE</pre>
</li>
</ul>
<a name="CUMULATIVE_PROBABILITY_RETURNED_NAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CUMULATIVE_PROBABILITY_RETURNED_NAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CUMULATIVE_PROBABILITY_RETURNED_NAN</pre>
</li>
</ul>
<a name="DIFFERENT_ROWS_LENGTHS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIFFERENT_ROWS_LENGTHS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIFFERENT_ROWS_LENGTHS</pre>
</li>
</ul>
<a name="DIFFERENT_ORIG_AND_PERMUTED_DATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIFFERENT_ORIG_AND_PERMUTED_DATA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIFFERENT_ORIG_AND_PERMUTED_DATA</pre>
</li>
</ul>
<a name="DIGEST_NOT_INITIALIZED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIGEST_NOT_INITIALIZED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIGEST_NOT_INITIALIZED</pre>
</li>
</ul>
<a name="DIMENSIONS_MISMATCH_2x2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIMENSIONS_MISMATCH_2x2</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIMENSIONS_MISMATCH_2x2</pre>
</li>
</ul>
<a name="DIMENSIONS_MISMATCH_SIMPLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIMENSIONS_MISMATCH_SIMPLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIMENSIONS_MISMATCH_SIMPLE</pre>
</li>
</ul>
<a name="DIMENSIONS_MISMATCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIMENSIONS_MISMATCH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIMENSIONS_MISMATCH</pre>
</li>
</ul>
<a name="DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN</pre>
</li>
</ul>
<a name="DISTRIBUTION_NOT_LOADED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISTRIBUTION_NOT_LOADED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DISTRIBUTION_NOT_LOADED</pre>
</li>
</ul>
<a name="DUPLICATED_ABSCISSA_DIVISION_BY_ZERO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DUPLICATED_ABSCISSA_DIVISION_BY_ZERO</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DUPLICATED_ABSCISSA_DIVISION_BY_ZERO</pre>
</li>
</ul>
<a name="ELITISM_RATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELITISM_RATE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ELITISM_RATE</pre>
</li>
</ul>
<a name="EMPTY_CLUSTER_IN_K_MEANS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_CLUSTER_IN_K_MEANS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EMPTY_CLUSTER_IN_K_MEANS</pre>
</li>
</ul>
<a name="EMPTY_INTERPOLATION_SAMPLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_INTERPOLATION_SAMPLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EMPTY_INTERPOLATION_SAMPLE</pre>
</li>
</ul>
<a name="EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY</pre>
</li>
</ul>
<a name="EMPTY_SELECTED_COLUMN_INDEX_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_SELECTED_COLUMN_INDEX_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EMPTY_SELECTED_COLUMN_INDEX_ARRAY</pre>
</li>
</ul>
<a name="EMPTY_SELECTED_ROW_INDEX_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_SELECTED_ROW_INDEX_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EMPTY_SELECTED_ROW_INDEX_ARRAY</pre>
</li>
</ul>
<a name="EMPTY_STRING_FOR_IMAGINARY_CHARACTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EMPTY_STRING_FOR_IMAGINARY_CHARACTER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EMPTY_STRING_FOR_IMAGINARY_CHARACTER</pre>
</li>
</ul>
<a name="ENDPOINTS_NOT_AN_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENDPOINTS_NOT_AN_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ENDPOINTS_NOT_AN_INTERVAL</pre>
</li>
</ul>
<a name="EQUAL_VERTICES_IN_SIMPLEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EQUAL_VERTICES_IN_SIMPLEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EQUAL_VERTICES_IN_SIMPLEX</pre>
</li>
</ul>
<a name="EULER_ANGLES_SINGULARITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EULER_ANGLES_SINGULARITY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EULER_ANGLES_SINGULARITY</pre>
</li>
</ul>
<a name="EVALUATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVALUATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EVALUATION</pre>
</li>
</ul>
<a name="EXPANSION_FACTOR_SMALLER_THAN_ONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPANSION_FACTOR_SMALLER_THAN_ONE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EXPANSION_FACTOR_SMALLER_THAN_ONE</pre>
</li>
</ul>
<a name="FACTORIAL_NEGATIVE_PARAMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FACTORIAL_NEGATIVE_PARAMETER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FACTORIAL_NEGATIVE_PARAMETER</pre>
</li>
</ul>
<a name="FAILED_BRACKETING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FAILED_BRACKETING</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FAILED_BRACKETING</pre>
</li>
</ul>
<a name="FAILED_FRACTION_CONVERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FAILED_FRACTION_CONVERSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FAILED_FRACTION_CONVERSION</pre>
</li>
</ul>
<a name="FIRST_COLUMNS_NOT_INITIALIZED_YET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FIRST_COLUMNS_NOT_INITIALIZED_YET</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FIRST_COLUMNS_NOT_INITIALIZED_YET</pre>
</li>
</ul>
<a name="FIRST_ELEMENT_NOT_ZERO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FIRST_ELEMENT_NOT_ZERO</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FIRST_ELEMENT_NOT_ZERO</pre>
</li>
</ul>
<a name="FIRST_ROWS_NOT_INITIALIZED_YET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FIRST_ROWS_NOT_INITIALIZED_YET</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FIRST_ROWS_NOT_INITIALIZED_YET</pre>
</li>
</ul>
<a name="FRACTION_CONVERSION_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FRACTION_CONVERSION_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FRACTION_CONVERSION_OVERFLOW</pre>
</li>
</ul>
<a name="FUNCTION_NOT_DIFFERENTIABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FUNCTION_NOT_DIFFERENTIABLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FUNCTION_NOT_DIFFERENTIABLE</pre>
</li>
</ul>
<a name="FUNCTION_NOT_POLYNOMIAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FUNCTION_NOT_POLYNOMIAL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FUNCTION_NOT_POLYNOMIAL</pre>
</li>
</ul>
<a name="GCD_OVERFLOW_32_BITS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GCD_OVERFLOW_32_BITS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> GCD_OVERFLOW_32_BITS</pre>
</li>
</ul>
<a name="GCD_OVERFLOW_64_BITS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GCD_OVERFLOW_64_BITS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> GCD_OVERFLOW_64_BITS</pre>
</li>
</ul>
<a name="HOLE_BETWEEN_MODELS_TIME_RANGES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HOLE_BETWEEN_MODELS_TIME_RANGES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> HOLE_BETWEEN_MODELS_TIME_RANGES</pre>
</li>
</ul>
<a name="ILL_CONDITIONED_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ILL_CONDITIONED_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ILL_CONDITIONED_OPERATOR</pre>
</li>
</ul>
<a name="INCONSISTENT_STATE_AT_2_PI_WRAPPING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INCONSISTENT_STATE_AT_2_PI_WRAPPING</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INCONSISTENT_STATE_AT_2_PI_WRAPPING</pre>
</li>
</ul>
<a name="INDEX_LARGER_THAN_MAX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_LARGER_THAN_MAX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INDEX_LARGER_THAN_MAX</pre>
</li>
</ul>
<a name="INDEX_NOT_POSITIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_NOT_POSITIVE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INDEX_NOT_POSITIVE</pre>
</li>
</ul>
<a name="INDEX_OUT_OF_RANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_OUT_OF_RANGE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INDEX_OUT_OF_RANGE</pre>
</li>
</ul>
<a name="INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INDEX</pre>
</li>
</ul>
<a name="NOT_FINITE_NUMBER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_FINITE_NUMBER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_FINITE_NUMBER</pre>
</li>
</ul>
<a name="INFINITE_BOUND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INFINITE_BOUND</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INFINITE_BOUND</pre>
</li>
</ul>
<a name="ARRAY_ELEMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY_ELEMENT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARRAY_ELEMENT</pre>
</li>
</ul>
<a name="INFINITE_ARRAY_ELEMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INFINITE_ARRAY_ELEMENT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INFINITE_ARRAY_ELEMENT</pre>
</li>
</ul>
<a name="INFINITE_VALUE_CONVERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INFINITE_VALUE_CONVERSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INFINITE_VALUE_CONVERSION</pre>
</li>
</ul>
<a name="INITIAL_CAPACITY_NOT_POSITIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INITIAL_CAPACITY_NOT_POSITIVE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INITIAL_CAPACITY_NOT_POSITIVE</pre>
</li>
</ul>
<a name="INITIAL_COLUMN_AFTER_FINAL_COLUMN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INITIAL_COLUMN_AFTER_FINAL_COLUMN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INITIAL_COLUMN_AFTER_FINAL_COLUMN</pre>
</li>
</ul>
<a name="INITIAL_ROW_AFTER_FINAL_ROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INITIAL_ROW_AFTER_FINAL_ROW</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INITIAL_ROW_AFTER_FINAL_ROW</pre>
</li>
</ul>
<a name="INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INPUT_DATA_FROM_UNSUPPORTED_DATASOURCE</pre>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</li>
</ul>
<a name="INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INSTANCES_NOT_COMPARABLE_TO_EXISTING_VALUES</pre>
</li>
</ul>
<a name="INSUFFICIENT_DATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSUFFICIENT_DATA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INSUFFICIENT_DATA</pre>
</li>
</ul>
<a name="INSUFFICIENT_DATA_FOR_T_STATISTIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSUFFICIENT_DATA_FOR_T_STATISTIC</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INSUFFICIENT_DATA_FOR_T_STATISTIC</pre>
</li>
</ul>
<a name="INSUFFICIENT_DIMENSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSUFFICIENT_DIMENSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INSUFFICIENT_DIMENSION</pre>
</li>
</ul>
<a name="DIMENSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIMENSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DIMENSION</pre>
</li>
</ul>
<a name="INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INSUFFICIENT_OBSERVED_POINTS_IN_SAMPLE</pre>
</li>
</ul>
<a name="INSUFFICIENT_ROWS_AND_COLUMNS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSUFFICIENT_ROWS_AND_COLUMNS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INSUFFICIENT_ROWS_AND_COLUMNS</pre>
</li>
</ul>
<a name="INTEGRATION_METHOD_NEEDS_AT_LEAST_TWO_PREVIOUS_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGRATION_METHOD_NEEDS_AT_LEAST_TWO_PREVIOUS_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INTEGRATION_METHOD_NEEDS_AT_LEAST_TWO_PREVIOUS_POINTS</pre>
</li>
</ul>
<a name="INTERNAL_ERROR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTERNAL_ERROR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INTERNAL_ERROR</pre>
</li>
</ul>
<a name="INVALID_BINARY_DIGIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_BINARY_DIGIT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_BINARY_DIGIT</pre>
</li>
</ul>
<a name="INVALID_BINARY_CHROMOSOME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_BINARY_CHROMOSOME</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_BINARY_CHROMOSOME</pre>
</li>
</ul>
<a name="INVALID_BRACKETING_PARAMETERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_BRACKETING_PARAMETERS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_BRACKETING_PARAMETERS</pre>
</li>
</ul>
<a name="INVALID_FIXED_LENGTH_CHROMOSOME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_FIXED_LENGTH_CHROMOSOME</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_FIXED_LENGTH_CHROMOSOME</pre>
</li>
</ul>
<a name="INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS</pre>
</li>
</ul>
<a name="INVALID_ITERATIONS_LIMITS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_ITERATIONS_LIMITS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_ITERATIONS_LIMITS</pre>
</li>
</ul>
<a name="INVALID_MAX_ITERATIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_MAX_ITERATIONS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_MAX_ITERATIONS</pre>
</li>
</ul>
<a name="NOT_ENOUGH_DATA_REGRESSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_ENOUGH_DATA_REGRESSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_ENOUGH_DATA_REGRESSION</pre>
</li>
</ul>
<a name="INVALID_REGRESSION_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_REGRESSION_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_REGRESSION_ARRAY</pre>
</li>
</ul>
<a name="INVALID_REGRESSION_OBSERVATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_REGRESSION_OBSERVATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_REGRESSION_OBSERVATION</pre>
</li>
</ul>
<a name="INVALID_ROUNDING_METHOD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INVALID_ROUNDING_METHOD</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INVALID_ROUNDING_METHOD</pre>
</li>
</ul>
<a name="ITERATOR_EXHAUSTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITERATOR_EXHAUSTED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ITERATOR_EXHAUSTED</pre>
</li>
</ul>
<a name="ITERATIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITERATIONS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ITERATIONS</pre>
</li>
</ul>
<a name="LCM_OVERFLOW_32_BITS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LCM_OVERFLOW_32_BITS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LCM_OVERFLOW_32_BITS</pre>
</li>
</ul>
<a name="LCM_OVERFLOW_64_BITS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LCM_OVERFLOW_64_BITS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LCM_OVERFLOW_64_BITS</pre>
</li>
</ul>
<a name="LIST_OF_CHROMOSOMES_BIGGER_THAN_POPULATION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIST_OF_CHROMOSOMES_BIGGER_THAN_POPULATION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LIST_OF_CHROMOSOMES_BIGGER_THAN_POPULATION_SIZE</pre>
</li>
</ul>
<a name="LOESS_EXPECTS_AT_LEAST_ONE_POINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOESS_EXPECTS_AT_LEAST_ONE_POINT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LOESS_EXPECTS_AT_LEAST_ONE_POINT</pre>
</li>
</ul>
<a name="LOWER_BOUND_NOT_BELOW_UPPER_BOUND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOWER_BOUND_NOT_BELOW_UPPER_BOUND</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LOWER_BOUND_NOT_BELOW_UPPER_BOUND</pre>
</li>
</ul>
<a name="LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT</pre>
</li>
</ul>
<a name="MAP_MODIFIED_WHILE_ITERATING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAP_MODIFIED_WHILE_ITERATING</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MAP_MODIFIED_WHILE_ITERATING</pre>
</li>
</ul>
<a name="EVALUATIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVALUATIONS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EVALUATIONS</pre>
</li>
</ul>
<a name="MAX_COUNT_EXCEEDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_COUNT_EXCEEDED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MAX_COUNT_EXCEEDED</pre>
</li>
</ul>
<a name="MAX_ITERATIONS_EXCEEDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_ITERATIONS_EXCEEDED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MAX_ITERATIONS_EXCEEDED</pre>
</li>
</ul>
<a name="MINIMAL_STEPSIZE_REACHED_DURING_INTEGRATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MINIMAL_STEPSIZE_REACHED_DURING_INTEGRATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MINIMAL_STEPSIZE_REACHED_DURING_INTEGRATION</pre>
</li>
</ul>
<a name="MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS</pre>
</li>
</ul>
<a name="MUTATION_RATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MUTATION_RATE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MUTATION_RATE</pre>
</li>
</ul>
<a name="NAN_ELEMENT_AT_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAN_ELEMENT_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NAN_ELEMENT_AT_INDEX</pre>
</li>
</ul>
<a name="NAN_VALUE_CONVERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAN_VALUE_CONVERSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NAN_VALUE_CONVERSION</pre>
</li>
</ul>
<a name="NEGATIVE_BRIGHTNESS_EXPONENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEGATIVE_BRIGHTNESS_EXPONENT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NEGATIVE_BRIGHTNESS_EXPONENT</pre>
</li>
</ul>
<a name="NEGATIVE_COMPLEX_MODULE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEGATIVE_COMPLEX_MODULE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NEGATIVE_COMPLEX_MODULE</pre>
</li>
</ul>
<a name="NEGATIVE_ELEMENT_AT_2D_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEGATIVE_ELEMENT_AT_2D_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NEGATIVE_ELEMENT_AT_2D_INDEX</pre>
</li>
</ul>
<a name="NEGATIVE_ELEMENT_AT_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEGATIVE_ELEMENT_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NEGATIVE_ELEMENT_AT_INDEX</pre>
</li>
</ul>
<a name="NEGATIVE_NUMBER_OF_SUCCESSES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEGATIVE_NUMBER_OF_SUCCESSES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NEGATIVE_NUMBER_OF_SUCCESSES</pre>
</li>
</ul>
<a name="NUMBER_OF_SUCCESSES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_SUCCESSES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_SUCCESSES</pre>
</li>
</ul>
<a name="NEGATIVE_NUMBER_OF_TRIALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NEGATIVE_NUMBER_OF_TRIALS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NEGATIVE_NUMBER_OF_TRIALS</pre>
</li>
</ul>
<a name="NUMBER_OF_INTERPOLATION_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_INTERPOLATION_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_INTERPOLATION_POINTS</pre>
</li>
</ul>
<a name="NUMBER_OF_TRIALS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_TRIALS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_TRIALS</pre>
</li>
</ul>
<a name="NOT_CONVEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_CONVEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_CONVEX</pre>
</li>
</ul>
<a name="ROBUSTNESS_ITERATIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROBUSTNESS_ITERATIONS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ROBUSTNESS_ITERATIONS</pre>
</li>
</ul>
<a name="START_POSITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_POSITION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> START_POSITION</pre>
</li>
</ul>
<a name="NON_CONVERGENT_CONTINUED_FRACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_CONVERGENT_CONTINUED_FRACTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_CONVERGENT_CONTINUED_FRACTION</pre>
</li>
</ul>
<a name="NON_INVERTIBLE_TRANSFORM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_INVERTIBLE_TRANSFORM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_INVERTIBLE_TRANSFORM</pre>
</li>
</ul>
<a name="NON_POSITIVE_MICROSPHERE_ELEMENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_POSITIVE_MICROSPHERE_ELEMENTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_POSITIVE_MICROSPHERE_ELEMENTS</pre>
</li>
</ul>
<a name="NON_POSITIVE_POLYNOMIAL_DEGREE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_POSITIVE_POLYNOMIAL_DEGREE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_POSITIVE_POLYNOMIAL_DEGREE</pre>
</li>
</ul>
<a name="NON_REAL_FINITE_ABSCISSA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_REAL_FINITE_ABSCISSA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_REAL_FINITE_ABSCISSA</pre>
</li>
</ul>
<a name="NON_REAL_FINITE_ORDINATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_REAL_FINITE_ORDINATE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_REAL_FINITE_ORDINATE</pre>
</li>
</ul>
<a name="NON_REAL_FINITE_WEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_REAL_FINITE_WEIGHT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_REAL_FINITE_WEIGHT</pre>
</li>
</ul>
<a name="NON_SQUARE_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_SQUARE_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_SQUARE_MATRIX</pre>
</li>
</ul>
<a name="NORM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NORM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NORM</pre>
</li>
</ul>
<a name="NORMALIZE_INFINITE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NORMALIZE_INFINITE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NORMALIZE_INFINITE</pre>
</li>
</ul>
<a name="NORMALIZE_NAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NORMALIZE_NAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NORMALIZE_NAN</pre>
</li>
</ul>
<a name="NOT_ADDITION_COMPATIBLE_MATRICES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_ADDITION_COMPATIBLE_MATRICES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_ADDITION_COMPATIBLE_MATRICES</pre>
</li>
</ul>
<a name="NOT_DECREASING_NUMBER_OF_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_DECREASING_NUMBER_OF_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_DECREASING_NUMBER_OF_POINTS</pre>
</li>
</ul>
<a name="NOT_DECREASING_SEQUENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_DECREASING_SEQUENCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_DECREASING_SEQUENCE</pre>
</li>
</ul>
<a name="NOT_ENOUGH_DATA_FOR_NUMBER_OF_PREDICTORS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_ENOUGH_DATA_FOR_NUMBER_OF_PREDICTORS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_ENOUGH_DATA_FOR_NUMBER_OF_PREDICTORS</pre>
</li>
</ul>
<a name="NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_ENOUGH_POINTS_IN_SPLINE_PARTITION</pre>
</li>
</ul>
<a name="NOT_INCREASING_NUMBER_OF_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_INCREASING_NUMBER_OF_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_INCREASING_NUMBER_OF_POINTS</pre>
</li>
</ul>
<a name="NOT_INCREASING_SEQUENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_INCREASING_SEQUENCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_INCREASING_SEQUENCE</pre>
</li>
</ul>
<a name="NOT_MULTIPLICATION_COMPATIBLE_MATRICES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_MULTIPLICATION_COMPATIBLE_MATRICES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_MULTIPLICATION_COMPATIBLE_MATRICES</pre>
</li>
</ul>
<a name="NOT_POSITIVE_DEFINITE_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_DEFINITE_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_DEFINITE_MATRIX</pre>
</li>
</ul>
<a name="NON_POSITIVE_DEFINITE_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_POSITIVE_DEFINITE_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_POSITIVE_DEFINITE_MATRIX</pre>
</li>
</ul>
<a name="NON_POSITIVE_DEFINITE_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_POSITIVE_DEFINITE_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_POSITIVE_DEFINITE_OPERATOR</pre>
</li>
</ul>
<a name="NON_SELF_ADJOINT_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_SELF_ADJOINT_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_SELF_ADJOINT_OPERATOR</pre>
</li>
</ul>
<a name="NON_SQUARE_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_SQUARE_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_SQUARE_OPERATOR</pre>
</li>
</ul>
<a name="DEGREES_OF_FREEDOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEGREES_OF_FREEDOM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DEGREES_OF_FREEDOM</pre>
</li>
</ul>
<a name="NOT_POSITIVE_DEGREES_OF_FREEDOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_DEGREES_OF_FREEDOM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_DEGREES_OF_FREEDOM</pre>
</li>
</ul>
<a name="NOT_POSITIVE_ELEMENT_AT_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_ELEMENT_AT_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_ELEMENT_AT_INDEX</pre>
</li>
</ul>
<a name="NOT_POSITIVE_EXPONENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_EXPONENT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_EXPONENT</pre>
</li>
</ul>
<a name="NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_ELEMENTS_SHOULD_BE_POSITIVE</pre>
</li>
</ul>
<a name="BASE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BASE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> BASE</pre>
</li>
</ul>
<a name="EXPONENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPONENT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> EXPONENT</pre>
</li>
</ul>
<a name="NOT_POSITIVE_LENGTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_LENGTH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_LENGTH</pre>
</li>
</ul>
<a name="LENGTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LENGTH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> LENGTH</pre>
</li>
</ul>
<a name="NOT_POSITIVE_MEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_MEAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_MEAN</pre>
</li>
</ul>
<a name="MEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MEAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> MEAN</pre>
</li>
</ul>
<a name="NOT_POSITIVE_NUMBER_OF_SAMPLES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_NUMBER_OF_SAMPLES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_NUMBER_OF_SAMPLES</pre>
</li>
</ul>
<a name="NUMBER_OF_SAMPLES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_SAMPLES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_SAMPLES</pre>
</li>
</ul>
<a name="NOT_POSITIVE_PERMUTATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_PERMUTATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_PERMUTATION</pre>
</li>
</ul>
<a name="PERMUTATION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERMUTATION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> PERMUTATION_SIZE</pre>
</li>
</ul>
<a name="NOT_POSITIVE_POISSON_MEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_POISSON_MEAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_POISSON_MEAN</pre>
</li>
</ul>
<a name="NOT_POSITIVE_POPULATION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_POPULATION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_POPULATION_SIZE</pre>
</li>
</ul>
<a name="POPULATION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POPULATION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> POPULATION_SIZE</pre>
</li>
</ul>
<a name="NOT_POSITIVE_ROW_DIMENSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_ROW_DIMENSION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_ROW_DIMENSION</pre>
</li>
</ul>
<a name="NOT_POSITIVE_SAMPLE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_SAMPLE_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_SAMPLE_SIZE</pre>
</li>
</ul>
<a name="NOT_POSITIVE_SCALE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_SCALE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_SCALE</pre>
</li>
</ul>
<a name="SCALE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCALE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SCALE</pre>
</li>
</ul>
<a name="NOT_POSITIVE_SHAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_SHAPE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_SHAPE</pre>
</li>
</ul>
<a name="SHAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SHAPE</pre>
</li>
</ul>
<a name="NOT_POSITIVE_STANDARD_DEVIATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_STANDARD_DEVIATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_STANDARD_DEVIATION</pre>
</li>
</ul>
<a name="STANDARD_DEVIATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STANDARD_DEVIATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> STANDARD_DEVIATION</pre>
</li>
</ul>
<a name="NOT_POSITIVE_UPPER_BOUND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_UPPER_BOUND</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_UPPER_BOUND</pre>
</li>
</ul>
<a name="NOT_POSITIVE_WINDOW_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POSITIVE_WINDOW_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POSITIVE_WINDOW_SIZE</pre>
</li>
</ul>
<a name="NOT_POWER_OF_TWO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POWER_OF_TWO</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POWER_OF_TWO</pre>
</li>
</ul>
<a name="NOT_POWER_OF_TWO_CONSIDER_PADDING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POWER_OF_TWO_CONSIDER_PADDING</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POWER_OF_TWO_CONSIDER_PADDING</pre>
</li>
</ul>
<a name="NOT_POWER_OF_TWO_PLUS_ONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_POWER_OF_TWO_PLUS_ONE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_POWER_OF_TWO_PLUS_ONE</pre>
</li>
</ul>
<a name="NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS</pre>
</li>
</ul>
<a name="NOT_STRICTLY_DECREASING_SEQUENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_STRICTLY_DECREASING_SEQUENCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_STRICTLY_DECREASING_SEQUENCE</pre>
</li>
</ul>
<a name="NOT_STRICTLY_INCREASING_KNOT_VALUES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_STRICTLY_INCREASING_KNOT_VALUES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_STRICTLY_INCREASING_KNOT_VALUES</pre>
</li>
</ul>
<a name="NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS</pre>
</li>
</ul>
<a name="NOT_STRICTLY_INCREASING_SEQUENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_STRICTLY_INCREASING_SEQUENCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_STRICTLY_INCREASING_SEQUENCE</pre>
</li>
</ul>
<a name="NOT_SUBTRACTION_COMPATIBLE_MATRICES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_SUBTRACTION_COMPATIBLE_MATRICES</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_SUBTRACTION_COMPATIBLE_MATRICES</pre>
</li>
</ul>
<a name="NOT_SUPPORTED_IN_DIMENSION_N">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_SUPPORTED_IN_DIMENSION_N</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_SUPPORTED_IN_DIMENSION_N</pre>
</li>
</ul>
<a name="NOT_SYMMETRIC_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOT_SYMMETRIC_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NOT_SYMMETRIC_MATRIX</pre>
</li>
</ul>
<a name="NON_SYMMETRIC_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NON_SYMMETRIC_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NON_SYMMETRIC_MATRIX</pre>
</li>
</ul>
<a name="NO_BIN_SELECTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_BIN_SELECTED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_BIN_SELECTED</pre>
</li>
</ul>
<a name="NO_CONVERGENCE_WITH_ANY_START_POINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_CONVERGENCE_WITH_ANY_START_POINT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_CONVERGENCE_WITH_ANY_START_POINT</pre>
</li>
</ul>
<a name="NO_DATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_DATA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_DATA</pre>
</li>
</ul>
<a name="NO_DEGREES_OF_FREEDOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_DEGREES_OF_FREEDOM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_DEGREES_OF_FREEDOM</pre>
</li>
</ul>
<a name="NO_DENSITY_FOR_THIS_DISTRIBUTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_DENSITY_FOR_THIS_DISTRIBUTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_DENSITY_FOR_THIS_DISTRIBUTION</pre>
</li>
</ul>
<a name="NO_FEASIBLE_SOLUTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_FEASIBLE_SOLUTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_FEASIBLE_SOLUTION</pre>
</li>
</ul>
<a name="NO_OPTIMUM_COMPUTED_YET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_OPTIMUM_COMPUTED_YET</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_OPTIMUM_COMPUTED_YET</pre>
</li>
</ul>
<a name="NO_REGRESSORS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_REGRESSORS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_REGRESSORS</pre>
</li>
</ul>
<a name="NO_RESULT_AVAILABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_RESULT_AVAILABLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_RESULT_AVAILABLE</pre>
</li>
</ul>
<a name="NO_SUCH_MATRIX_ENTRY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_SUCH_MATRIX_ENTRY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NO_SUCH_MATRIX_ENTRY</pre>
</li>
</ul>
<a name="NAN_NOT_ALLOWED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAN_NOT_ALLOWED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NAN_NOT_ALLOWED</pre>
</li>
</ul>
<a name="NULL_NOT_ALLOWED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NULL_NOT_ALLOWED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NULL_NOT_ALLOWED</pre>
</li>
</ul>
<a name="ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARRAY_ZERO_LENGTH_OR_NULL_NOT_ALLOWED</pre>
</li>
</ul>
<a name="COVARIANCE_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COVARIANCE_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> COVARIANCE_MATRIX</pre>
</li>
</ul>
<a name="DENOMINATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DENOMINATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DENOMINATOR</pre>
</li>
</ul>
<a name="DENOMINATOR_FORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DENOMINATOR_FORMAT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> DENOMINATOR_FORMAT</pre>
</li>
</ul>
<a name="FRACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FRACTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FRACTION</pre>
</li>
</ul>
<a name="FUNCTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FUNCTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> FUNCTION</pre>
</li>
</ul>
<a name="IMAGINARY_FORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMAGINARY_FORMAT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> IMAGINARY_FORMAT</pre>
</li>
</ul>
<a name="INPUT_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INPUT_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> INPUT_ARRAY</pre>
</li>
</ul>
<a name="NUMERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMERATOR</pre>
</li>
</ul>
<a name="NUMERATOR_FORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERATOR_FORMAT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMERATOR_FORMAT</pre>
</li>
</ul>
<a name="OBJECT_TRANSFORMATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OBJECT_TRANSFORMATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OBJECT_TRANSFORMATION</pre>
</li>
</ul>
<a name="REAL_FORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REAL_FORMAT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> REAL_FORMAT</pre>
</li>
</ul>
<a name="WHOLE_FORMAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WHOLE_FORMAT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> WHOLE_FORMAT</pre>
</li>
</ul>
<a name="NUMBER_TOO_LARGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_TOO_LARGE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_TOO_LARGE</pre>
</li>
</ul>
<a name="NUMBER_TOO_SMALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_TOO_SMALL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_TOO_SMALL</pre>
</li>
</ul>
<a name="NUMBER_TOO_LARGE_BOUND_EXCLUDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_TOO_LARGE_BOUND_EXCLUDED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_TOO_LARGE_BOUND_EXCLUDED</pre>
</li>
</ul>
<a name="NUMBER_TOO_SMALL_BOUND_EXCLUDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_TOO_SMALL_BOUND_EXCLUDED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_TOO_SMALL_BOUND_EXCLUDED</pre>
</li>
</ul>
<a name="NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_SUCCESS_LARGER_THAN_POPULATION_SIZE</pre>
</li>
</ul>
<a name="NUMERATOR_OVERFLOW_AFTER_MULTIPLY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERATOR_OVERFLOW_AFTER_MULTIPLY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMERATOR_OVERFLOW_AFTER_MULTIPLY</pre>
</li>
</ul>
<a name="N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED</pre>
</li>
</ul>
<a name="OBSERVED_COUNTS_ALL_ZERO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OBSERVED_COUNTS_ALL_ZERO</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OBSERVED_COUNTS_ALL_ZERO</pre>
</li>
</ul>
<a name="OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OBSERVED_COUNTS_BOTTH_ZERO_FOR_ENTRY</pre>
</li>
</ul>
<a name="BOBYQA_BOUND_DIFFERENCE_CONDITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOBYQA_BOUND_DIFFERENCE_CONDITION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> BOBYQA_BOUND_DIFFERENCE_CONDITION</pre>
</li>
</ul>
<a name="OUT_OF_BOUNDS_QUANTILE_VALUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_BOUNDS_QUANTILE_VALUE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_BOUNDS_QUANTILE_VALUE</pre>
</li>
</ul>
<a name="OUT_OF_BOUNDS_CONFIDENCE_LEVEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_BOUNDS_CONFIDENCE_LEVEL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_BOUNDS_CONFIDENCE_LEVEL</pre>
</li>
</ul>
<a name="OUT_OF_BOUND_SIGNIFICANCE_LEVEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_BOUND_SIGNIFICANCE_LEVEL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_BOUND_SIGNIFICANCE_LEVEL</pre>
</li>
</ul>
<a name="SIGNIFICANCE_LEVEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIGNIFICANCE_LEVEL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SIGNIFICANCE_LEVEL</pre>
</li>
</ul>
<a name="OUT_OF_ORDER_ABSCISSA_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_ORDER_ABSCISSA_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_ORDER_ABSCISSA_ARRAY</pre>
</li>
</ul>
<a name="OUT_OF_RANGE_ROOT_OF_UNITY_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_RANGE_ROOT_OF_UNITY_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_RANGE_ROOT_OF_UNITY_INDEX</pre>
</li>
</ul>
<a name="OUT_OF_RANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_RANGE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_RANGE</pre>
</li>
</ul>
<a name="OUT_OF_RANGE_SIMPLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_RANGE_SIMPLE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_RANGE_SIMPLE</pre>
</li>
</ul>
<a name="OUT_OF_RANGE_LEFT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_RANGE_LEFT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_RANGE_LEFT</pre>
</li>
</ul>
<a name="OUT_OF_RANGE_RIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUT_OF_RANGE_RIGHT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUT_OF_RANGE_RIGHT</pre>
</li>
</ul>
<a name="OUTLINE_BOUNDARY_LOOP_OPEN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OUTLINE_BOUNDARY_LOOP_OPEN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OUTLINE_BOUNDARY_LOOP_OPEN</pre>
</li>
</ul>
<a name="OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OVERFLOW</pre>
</li>
</ul>
<a name="OVERFLOW_IN_FRACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OVERFLOW_IN_FRACTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OVERFLOW_IN_FRACTION</pre>
</li>
</ul>
<a name="OVERFLOW_IN_ADDITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OVERFLOW_IN_ADDITION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OVERFLOW_IN_ADDITION</pre>
</li>
</ul>
<a name="OVERFLOW_IN_SUBTRACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OVERFLOW_IN_SUBTRACTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> OVERFLOW_IN_SUBTRACTION</pre>
</li>
</ul>
<a name="PERCENTILE_IMPLEMENTATION_CANNOT_ACCESS_METHOD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERCENTILE_IMPLEMENTATION_CANNOT_ACCESS_METHOD</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> PERCENTILE_IMPLEMENTATION_CANNOT_ACCESS_METHOD</pre>
</li>
</ul>
<a name="PERCENTILE_IMPLEMENTATION_UNSUPPORTED_METHOD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERCENTILE_IMPLEMENTATION_UNSUPPORTED_METHOD</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> PERCENTILE_IMPLEMENTATION_UNSUPPORTED_METHOD</pre>
</li>
</ul>
<a name="PERMUTATION_EXCEEDS_N">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERMUTATION_EXCEEDS_N</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> PERMUTATION_EXCEEDS_N</pre>
</li>
</ul>
<a name="POLYNOMIAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POLYNOMIAL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> POLYNOMIAL</pre>
</li>
</ul>
<a name="POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS</pre>
</li>
</ul>
<a name="POPULATION_LIMIT_NOT_POSITIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POPULATION_LIMIT_NOT_POSITIVE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> POPULATION_LIMIT_NOT_POSITIVE</pre>
</li>
</ul>
<a name="POWER_NEGATIVE_PARAMETERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>POWER_NEGATIVE_PARAMETERS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> POWER_NEGATIVE_PARAMETERS</pre>
</li>
</ul>
<a name="PROPAGATION_DIRECTION_MISMATCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROPAGATION_DIRECTION_MISMATCH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> PROPAGATION_DIRECTION_MISMATCH</pre>
</li>
</ul>
<a name="RANDOMKEY_MUTATION_WRONG_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RANDOMKEY_MUTATION_WRONG_CLASS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> RANDOMKEY_MUTATION_WRONG_CLASS</pre>
</li>
</ul>
<a name="ROOTS_OF_UNITY_NOT_COMPUTED_YET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROOTS_OF_UNITY_NOT_COMPUTED_YET</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ROOTS_OF_UNITY_NOT_COMPUTED_YET</pre>
</li>
</ul>
<a name="ROTATION_MATRIX_DIMENSIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROTATION_MATRIX_DIMENSIONS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ROTATION_MATRIX_DIMENSIONS</pre>
</li>
</ul>
<a name="ROW_INDEX_OUT_OF_RANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROW_INDEX_OUT_OF_RANGE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ROW_INDEX_OUT_OF_RANGE</pre>
</li>
</ul>
<a name="ROW_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROW_INDEX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ROW_INDEX</pre>
</li>
</ul>
<a name="SAME_SIGN_AT_ENDPOINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAME_SIGN_AT_ENDPOINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SAME_SIGN_AT_ENDPOINTS</pre>
</li>
</ul>
<a name="SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SAMPLE_SIZE_EXCEEDS_COLLECTION_SIZE</pre>
</li>
</ul>
<a name="SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SAMPLE_SIZE_LARGER_THAN_POPULATION_SIZE</pre>
</li>
</ul>
<a name="SIMPLEX_NEED_ONE_POINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIMPLEX_NEED_ONE_POINT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SIMPLEX_NEED_ONE_POINT</pre>
</li>
</ul>
<a name="SIMPLE_MESSAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIMPLE_MESSAGE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SIMPLE_MESSAGE</pre>
</li>
</ul>
<a name="SINGULAR_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SINGULAR_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SINGULAR_MATRIX</pre>
</li>
</ul>
<a name="SINGULAR_OPERATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SINGULAR_OPERATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SINGULAR_OPERATOR</pre>
</li>
</ul>
<a name="SUBARRAY_ENDS_AFTER_ARRAY_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUBARRAY_ENDS_AFTER_ARRAY_END</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> SUBARRAY_ENDS_AFTER_ARRAY_END</pre>
</li>
</ul>
<a name="TOO_LARGE_CUTOFF_SINGULAR_VALUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_LARGE_CUTOFF_SINGULAR_VALUE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_LARGE_CUTOFF_SINGULAR_VALUE</pre>
</li>
</ul>
<a name="TOO_LARGE_TOURNAMENT_ARITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_LARGE_TOURNAMENT_ARITY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_LARGE_TOURNAMENT_ARITY</pre>
</li>
</ul>
<a name="TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_MANY_ELEMENTS_TO_DISCARD_FROM_ARRAY</pre>
</li>
</ul>
<a name="TOO_MANY_REGRESSORS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_MANY_REGRESSORS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_MANY_REGRESSORS</pre>
</li>
</ul>
<a name="TOO_SMALL_COST_RELATIVE_TOLERANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_SMALL_COST_RELATIVE_TOLERANCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_SMALL_COST_RELATIVE_TOLERANCE</pre>
</li>
</ul>
<a name="TOO_SMALL_INTEGRATION_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_SMALL_INTEGRATION_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_SMALL_INTEGRATION_INTERVAL</pre>
</li>
</ul>
<a name="TOO_SMALL_ORTHOGONALITY_TOLERANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_SMALL_ORTHOGONALITY_TOLERANCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_SMALL_ORTHOGONALITY_TOLERANCE</pre>
</li>
</ul>
<a name="TOO_SMALL_PARAMETERS_RELATIVE_TOLERANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOO_SMALL_PARAMETERS_RELATIVE_TOLERANCE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TOO_SMALL_PARAMETERS_RELATIVE_TOLERANCE</pre>
</li>
</ul>
<a name="TRUST_REGION_STEP_FAILED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRUST_REGION_STEP_FAILED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TRUST_REGION_STEP_FAILED</pre>
</li>
</ul>
<a name="TWO_OR_MORE_CATEGORIES_REQUIRED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TWO_OR_MORE_CATEGORIES_REQUIRED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TWO_OR_MORE_CATEGORIES_REQUIRED</pre>
</li>
</ul>
<a name="TWO_OR_MORE_VALUES_IN_CATEGORY_REQUIRED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TWO_OR_MORE_VALUES_IN_CATEGORY_REQUIRED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> TWO_OR_MORE_VALUES_IN_CATEGORY_REQUIRED</pre>
</li>
</ul>
<a name="UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH</pre>
</li>
</ul>
<a name="UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM</pre>
</li>
</ul>
<a name="UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS</pre>
</li>
</ul>
<a name="UNABLE_TO_ORTHOGONOLIZE_MATRIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNABLE_TO_ORTHOGONOLIZE_MATRIX</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNABLE_TO_ORTHOGONOLIZE_MATRIX</pre>
</li>
</ul>
<a name="UNABLE_TO_PERFORM_QR_DECOMPOSITION_ON_JACOBIAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNABLE_TO_PERFORM_QR_DECOMPOSITION_ON_JACOBIAN</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNABLE_TO_PERFORM_QR_DECOMPOSITION_ON_JACOBIAN</pre>
</li>
</ul>
<a name="UNABLE_TO_SOLVE_SINGULAR_PROBLEM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNABLE_TO_SOLVE_SINGULAR_PROBLEM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNABLE_TO_SOLVE_SINGULAR_PROBLEM</pre>
</li>
</ul>
<a name="UNBOUNDED_SOLUTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNBOUNDED_SOLUTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNBOUNDED_SOLUTION</pre>
</li>
</ul>
<a name="UNKNOWN_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNKNOWN_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNKNOWN_MODE</pre>
</li>
</ul>
<a name="UNKNOWN_PARAMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNKNOWN_PARAMETER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNKNOWN_PARAMETER</pre>
</li>
</ul>
<a name="UNMATCHED_ODE_IN_EXPANDED_SET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNMATCHED_ODE_IN_EXPANDED_SET</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNMATCHED_ODE_IN_EXPANDED_SET</pre>
</li>
</ul>
<a name="CANNOT_PARSE_AS_TYPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_PARSE_AS_TYPE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_PARSE_AS_TYPE</pre>
</li>
</ul>
<a name="CANNOT_PARSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CANNOT_PARSE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> CANNOT_PARSE</pre>
</li>
</ul>
<a name="UNPARSEABLE_3D_VECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNPARSEABLE_3D_VECTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNPARSEABLE_3D_VECTOR</pre>
</li>
</ul>
<a name="UNPARSEABLE_COMPLEX_NUMBER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNPARSEABLE_COMPLEX_NUMBER</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNPARSEABLE_COMPLEX_NUMBER</pre>
</li>
</ul>
<a name="UNPARSEABLE_REAL_VECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNPARSEABLE_REAL_VECTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNPARSEABLE_REAL_VECTOR</pre>
</li>
</ul>
<a name="UNSUPPORTED_EXPANSION_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNSUPPORTED_EXPANSION_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNSUPPORTED_EXPANSION_MODE</pre>
</li>
</ul>
<a name="UNSUPPORTED_OPERATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNSUPPORTED_OPERATION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> UNSUPPORTED_OPERATION</pre>
</li>
</ul>
<a name="ARITHMETIC_EXCEPTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARITHMETIC_EXCEPTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ARITHMETIC_EXCEPTION</pre>
</li>
</ul>
<a name="ILLEGAL_STATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ILLEGAL_STATE</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ILLEGAL_STATE</pre>
</li>
</ul>
<a name="USER_EXCEPTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USER_EXCEPTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> USER_EXCEPTION</pre>
</li>
</ul>
<a name="URL_CONTAINS_NO_DATA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>URL_CONTAINS_NO_DATA</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> URL_CONTAINS_NO_DATA</pre>
</li>
</ul>
<a name="VALUES_ADDED_BEFORE_CONFIGURING_STATISTIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VALUES_ADDED_BEFORE_CONFIGURING_STATISTIC</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> VALUES_ADDED_BEFORE_CONFIGURING_STATISTIC</pre>
</li>
</ul>
<a name="VECTOR_LENGTH_MISMATCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VECTOR_LENGTH_MISMATCH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> VECTOR_LENGTH_MISMATCH</pre>
</li>
</ul>
<a name="VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> VECTOR_MUST_HAVE_AT_LEAST_ONE_ELEMENT</pre>
</li>
</ul>
<a name="WEIGHT_AT_LEAST_ONE_NON_ZERO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WEIGHT_AT_LEAST_ONE_NON_ZERO</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> WEIGHT_AT_LEAST_ONE_NON_ZERO</pre>
</li>
</ul>
<a name="WRONG_BLOCK_LENGTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WRONG_BLOCK_LENGTH</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> WRONG_BLOCK_LENGTH</pre>
</li>
</ul>
<a name="WRONG_NUMBER_OF_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WRONG_NUMBER_OF_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> WRONG_NUMBER_OF_POINTS</pre>
</li>
</ul>
<a name="NUMBER_OF_POINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMBER_OF_POINTS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> NUMBER_OF_POINTS</pre>
</li>
</ul>
<a name="ZERO_DENOMINATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_DENOMINATOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_DENOMINATOR</pre>
</li>
</ul>
<a name="ZERO_DENOMINATOR_IN_FRACTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_DENOMINATOR_IN_FRACTION</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_DENOMINATOR_IN_FRACTION</pre>
</li>
</ul>
<a name="ZERO_FRACTION_TO_DIVIDE_BY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_FRACTION_TO_DIVIDE_BY</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_FRACTION_TO_DIVIDE_BY</pre>
</li>
</ul>
<a name="ZERO_NORM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_NORM</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_NORM</pre>
</li>
</ul>
<a name="ZERO_NORM_FOR_ROTATION_AXIS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_NORM_FOR_ROTATION_AXIS</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_NORM_FOR_ROTATION_AXIS</pre>
</li>
</ul>
<a name="ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR</pre>
</li>
</ul>
<a name="ZERO_NOT_ALLOWED">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ZERO_NOT_ALLOWED</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a> ZERO_NOT_ALLOWED</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a>[]&nbsp;values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (LocalizedFormats c : LocalizedFormats.values())
&nbsp; System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/commons/math3/exception/util/LocalizedFormats.html" title="enum in org.apache.commons.math3.exception.util">LocalizedFormats</a>&nbsp;valueOf(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant
with the specified name</dd>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
</li>
</ul>
<a name="getSourceString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSourceString</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getSourceString()</pre>
<div class="block">Gets the source (non-localized) string.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html#getSourceString()">getSourceString</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html" title="interface in org.apache.commons.math3.exception.util">Localizable</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the source string.</dd></dl>
</li>
</ul>
<a name="getLocalizedString(java.util.Locale)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getLocalizedString</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLocalizedString(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale)</pre>
<div class="block">Gets the localized string.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html#getLocalizedString(java.util.Locale)">getLocalizedString</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html" title="interface in org.apache.commons.math3.exception.util">Localizable</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>locale</code> - locale into which to get the string.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the localized string or the source string if no
localized version is available.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="navBarCell1Rev">Class</li>
<li><a href="class-use/LocalizedFormats.html">Use</a></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><a href="../../../../../../org/apache/commons/math3/exception/util/Localizable.html" title="interface in org.apache.commons.math3.exception.util"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/exception/util/LocalizedFormats.html" target="_top">Frames</a></li>
<li><a href="LocalizedFormats.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</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>