Searched defs:createIllegalArgumentException (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMathRuntimeException.java376 * @deprecated as of 2.2 replaced by {@link #createIllegalArgumentException(Localizable, Object...)}
379 public static IllegalArgumentException createIllegalArgumentException(final String pattern, method in class:MathRuntimeException
381 return createIllegalArgumentException(new DummyLocalizable(pattern), arguments);
392 public static IllegalArgumentException createIllegalArgumentException(final Localizable pattern, method in class:MathRuntimeException
421 public static IllegalArgumentException createIllegalArgumentException(final Throwable rootCause) { method in class:MathRuntimeException

Completed in 128 milliseconds