Home
last modified time | relevance | path

Searched defs:MathIllegalArgumentException (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathIllegalArgumentException.java35 public class MathIllegalArgumentException extends IllegalArgumentException implements MathThrowable… class
59 protected MathIllegalArgumentException(Localizable specific, in MathIllegalArgumentException() method in MathIllegalArgumentException
70 protected MathIllegalArgumentException(Localizable general, in MathIllegalArgumentException() method in MathIllegalArgumentException
/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
DMathIllegalArgumentException.java30 public class MathIllegalArgumentException extends IllegalArgumentException class
42 public MathIllegalArgumentException(Localizable pattern, Object... args) { in MathIllegalArgumentException() method in MathIllegalArgumentException