Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DNotStrictlyPositiveException.java27 public class NotStrictlyPositiveException extends NumberIsTooSmallException { class
37 public NotStrictlyPositiveException(Number value) { in NotStrictlyPositiveException() method in NotStrictlyPositiveException
46 public NotStrictlyPositiveException(Localizable specific, in NotStrictlyPositiveException() method in NotStrictlyPositiveException
/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
DNotStrictlyPositiveException.java26 public class NotStrictlyPositiveException extends NumberIsTooSmallException { class
36 public NotStrictlyPositiveException(Number value) { in NotStrictlyPositiveException() method in NotStrictlyPositiveException
46 public NotStrictlyPositiveException(Localizable specific, Number value) { in NotStrictlyPositiveException() method in NotStrictlyPositiveException