HomeSort by relevance Sort by last modified time
    Searched defs:NoDataException (Results 1 - 8 of 8) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NoDataException.java 28 public class NoDataException extends MathIllegalStateException {
36 public NoDataException() {
44 public NoDataException(Localizable specific) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolator.java 23 import org.apache.commons.math.exception.NoDataException;
42 throw new NoDataException();
SmoothingPolynomialBicubicSplineInterpolator.java 20 import org.apache.commons.math.exception.NoDataException;
79 throw new NoDataException();
MicrosphereInterpolatingFunction.java 26 import org.apache.commons.math.exception.NoDataException;
145 * @throws NoDataException if there are no data (xval null or zero length)
152 throws DimensionMismatchException, NoDataException {
154 throw new NoDataException();
TricubicSplineInterpolator.java 20 import org.apache.commons.math.exception.NoDataException;
41 throw new NoDataException();
BicubicSplineInterpolatingFunction.java 22 import org.apache.commons.math.exception.NoDataException;
90 * @throws NoDataException if any of the arrays has zero length.
103 throw new NoDataException();
TricubicSplineInterpolatingFunction.java 21 import org.apache.commons.math.exception.NoDataException;
139 * @throws NoDataException if any of the arrays has zero length.
161 throw new NoDataException();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
AbstractUnivariateRealOptimizer.java 26 import org.apache.commons.math.exception.NoDataException;
87 * @throws NoDataException if no result has been computed
93 throw new NoDataException();
100 throw new NoDataException();

Completed in 206 milliseconds