public class NotStrictlyPositiveException extends NumberIsTooSmallException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serializable version Id.
|
| 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, getMingetArgumentgetArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPatternprivate 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.Copyright (c) 2003-2013 Apache Software Foundation