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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathThrowable.java39 Localizable getGeneralPattern(); method in interface:MathThrowable
H A DMathUnsupportedOperationException.java72 public Localizable getGeneralPattern() { method in class:MathUnsupportedOperationException
H A DMathIllegalArgumentException.java81 public Localizable getGeneralPattern() { method in class:MathIllegalArgumentException
H A DMathIllegalStateException.java108 public Localizable getGeneralPattern() { method in class:MathIllegalStateException
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMathException.java138 * @deprecated as of 2.2 replaced by {@link #getSpecificPattern()} and {@link #getGeneralPattern()}
159 public Localizable getGeneralPattern() { method in class:MathException
H A DMathRuntimeException.java143 * @deprecated as of 2.2 replaced by {@link #getSpecificPattern()} and {@link #getGeneralPattern()}
164 public Localizable getGeneralPattern() { method in class:MathRuntimeException

Completed in 323 milliseconds