/[Apache-SVN]
ViewVC logotype

Revision 959634


Jump to revision: Previous Next
Author: erans
Date: Thu Jul 1 12:30:43 2010 UTC (14 years, 4 months ago)
Changed paths: 18
Log Message:
MATH-361
Added new exceptions. Replaced several instances of "IllegalArgumentException"
with a more specific exception.
For not yet released code, removed the checked "DimensionMismatchException"
from the method signature and replaced its instances with the new (unchecked)
version of the exception.
Corrected typos in Javadoc comments.


Changed paths

Path Details
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolatingFunction.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/TricubicSplineInterpolatingFunction.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/TricubicSplineInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/TrivariateRealGridInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/MathIllegalNumberException.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/NoDataException.java added
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/NonMonotonousSequenceException.java added
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/util/LocalizedFormats.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MultidimensionalCounter.java modified , text changed
Directorycommons/proper/math/trunk/src/main/resources/META-INF/localization/LocalizedFormats_fr.properties modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/TricubicSplineInterpolatingFunctionTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/TricubicSplineInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/NonMonotonousSequenceExceptionTest.java added
Directorycommons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26