public class NotPositiveException extends NumberIsTooSmallException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serializable version Id.
|
| Constructor and Description |
|---|
NotPositiveException(Localizable specific,
Number value)
Construct the exception with a specific context.
|
NotPositiveException(Number value)
Construct the exception.
|
getBoundIsAllowed, getMingetArgumentgetArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPatternaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public NotPositiveException(Number value)
value - Argument.public NotPositiveException(Localizable specific, Number value)
specific - Specific context where the error occurred.value - Argument.Copyright (c) 2003-2014 Apache Software Foundation