public class NotStrictlyPositiveException extends NumberIsTooSmallException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
INTEGER_ZERO
Constructor and Description |
---|
NotStrictlyPositiveException(Localizable specific,
java.lang.Number value)
Construct the exception with a specific context.
|
NotStrictlyPositiveException(java.lang.Number value)
Construct the exception.
|
getBoundIsAllowed, getMin
getArgument
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
public NotStrictlyPositiveException(java.lang.Number value)
value
- Argument.public NotStrictlyPositiveException(Localizable specific, java.lang.Number value)
specific
- Specific context where the error occurred.value
- Argument.