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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NumberIsTooLargeException.java 28 public class NumberIsTooLargeException extends MathIllegalNumberException {
49 public NumberIsTooLargeException(Number wrong,
62 public NumberIsTooLargeException(Localizable specific,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ListPopulation.java 25 import org.apache.commons.math.exception.NumberIsTooLargeException;
50 throw new NumberIsTooLargeException(LocalizedFormats.LIST_OF_CHROMOSOMES_BIGGER_THAN_POPULATION_SIZE,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 43 import org.apache.commons.math.exception.NumberIsTooLargeException;
197 * @throws NumberIsTooLargeException if {@code lower >= upper}.
201 throw new NumberIsTooLargeException(LocalizedFormats.LOWER_BOUND_NOT_BELOW_UPPER_BOUND,
217 * @throws NumberIsTooLargeException if {@code lower >= upper}.
221 throw new NumberIsTooLargeException(LocalizedFormats.LOWER_BOUND_NOT_BELOW_UPPER_BOUND,
308 * @throws NumberIsTooLargeException if {@code lower >= upper}.
312 throw new NumberIsTooLargeException(LocalizedFormats.LOWER_BOUND_NOT_BELOW_UPPER_BOUND,
329 * @throws NumberIsTooLargeException if {@code lower >= upper}.
333 throw new NumberIsTooLargeException(LocalizedFormats.LOWER_BOUND_NOT_BELOW_UPPER_BOUND,
509 * @throws NumberIsTooLargeException if {@code lower >= upper}
    [all...]

Completed in 154 milliseconds