HomeSort by relevance Sort by last modified time
    Searched refs:NotPositiveException (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NotPositiveException.java 27 public class NotPositiveException extends NumberIsTooSmallException {
37 public NotPositiveException(Number value) {
46 public NotPositiveException(Localizable specific,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ListPopulation.java 24 import org.apache.commons.math.exception.NotPositiveException;
54 throw new NotPositiveException(LocalizedFormats.POPULATION_LIMIT_NOT_POSITIVE, populationLimit);
69 throw new NotPositiveException(LocalizedFormats.POPULATION_LIMIT_NOT_POSITIVE, populationLimit);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolator.java 21 import org.apache.commons.math.exception.NotPositiveException;
71 * @throws NotPositiveException if {@code microsphereElements <= 0}
98 * @throws NotPositiveException if {@code exponent < 0}.
102 throw new NotPositiveException(exponent);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AbstractUnivariateStatistic.java 21 import org.apache.commons.math.exception.NotPositiveException;
142 throw new NotPositiveException(LocalizedFormats.START_POSITION, begin);
146 throw new NotPositiveException(LocalizedFormats.LENGTH, length);

Completed in 64 milliseconds