public class NotStrictlyPositiveException extends NumberIsTooSmallException
| Constructor and Description |
|---|
NotStrictlyPositiveException(Localizable specific,
Number value)
Construct the exception with a specific context.
|
NotStrictlyPositiveException(Number value)
Construct the exception.
|
getBoundIsAllowed, getMingetArgumentgetArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPatternaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotStrictlyPositiveException(Number value)
value - Argument.public NotStrictlyPositiveException(Localizable specific, Number value)
specific - Specific context where the error occurred.value - Argument.Copyright © 2003–2015. All rights reserved.