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

/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMathRuntimeException.java433 * @deprecated as of 2.2 replaced by {@link #createIllegalStateException(Localizable, Object...)}
436 public static IllegalStateException createIllegalStateException(final String pattern, method in class:MathRuntimeException
438 return createIllegalStateException(new DummyLocalizable(pattern), arguments);
449 public static IllegalStateException createIllegalStateException(final Localizable pattern, method in class:MathRuntimeException

Completed in 162 milliseconds