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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 227 * @deprecated as of 2.2 replaced by {@link #createArithmeticException(Localizable, Object...)}
230 public static ArithmeticException createArithmeticException(final String pattern,
232 return createArithmeticException(new DummyLocalizable(pattern), arguments);
243 public static ArithmeticException createArithmeticException(final Localizable pattern,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java 253 throw MathRuntimeException.createArithmeticException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java 107 throw MathRuntimeException.createArithmeticException(LocalizedFormats.OVERFLOW_IN_ADDITION, x, y);
151 throw MathRuntimeException.createArithmeticException(pattern, a, b);
165 throw MathRuntimeException.createArithmeticException(pattern, a, b);
902 throw MathRuntimeException.createArithmeticException(
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
Fraction.java 258 throw MathRuntimeException.createArithmeticException(
263 throw MathRuntimeException.createArithmeticException(
406 throw MathRuntimeException.createArithmeticException(
515 throw MathRuntimeException.createArithmeticException(LocalizedFormats.NUMERATOR_OVERFLOW_AFTER_MULTIPLY,
573 throw MathRuntimeException.createArithmeticException(
602 throw MathRuntimeException.createArithmeticException(
615 throw MathRuntimeException.createArithmeticException(

Completed in 2343 milliseconds