org.apache.commons.math.exception
public class NotStrictlyPositiveException extends NumberIsTooSmallException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
NotStrictlyPositiveException(Localizable specific,
Number value)
Construct the exception with a specific context.
|
NotStrictlyPositiveException(Number value)
Construct the exception.
|
getBoundIsAllowed, getMin
getArgument
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public NotStrictlyPositiveException(Number value)
value
- Argument.public NotStrictlyPositiveException(Localizable specific, Number value)
specific
- Specific context where the error occurred.value
- Argument.Copyright (c) 2003-2014 Apache Software Foundation