Home
last modified time | relevance | path

Searched refs:getGeneralPattern (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathThrowable.java39 Localizable getGeneralPattern(); in getGeneralPattern() method
DMathIllegalArgumentException.java81 public Localizable getGeneralPattern() { in getGeneralPattern() method in MathIllegalArgumentException
DMathUnsupportedOperationException.java72 public Localizable getGeneralPattern() { in getGeneralPattern() method in MathUnsupportedOperationException
DMathIllegalStateException.java108 public Localizable getGeneralPattern() { in getGeneralPattern() method in MathIllegalStateException
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DMathException.java159 public Localizable getGeneralPattern() { in getGeneralPattern() method in MathException
DMathRuntimeException.java164 public Localizable getGeneralPattern() { in getGeneralPattern() method in MathRuntimeException
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractContinuousDistribution.java104 …hrow new FunctionEvaluationException(x, ex.getSpecificPattern(), ex.getGeneralPattern(), ex.getArg… in inverseCumulativeProbability()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialFunctionLagrangeForm.java88 …throw new FunctionEvaluationException(z, e.getSpecificPattern(), e.getGeneralPattern(), e.getArgum… in value()