public class NumberIsTooSmallException extends MathIllegalNumberException
Constructor and Description |
---|
NumberIsTooSmallException(Localizable specific,
java.lang.Number wrong,
java.lang.Number min,
boolean boundIsAllowed)
Construct the exception with a specific context.
|
NumberIsTooSmallException(java.lang.Number wrong,
java.lang.Number min,
boolean boundIsAllowed)
Construct the exception.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoundIsAllowed() |
java.lang.Number |
getMin() |
getArgument
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
public NumberIsTooSmallException(java.lang.Number wrong, java.lang.Number min, boolean boundIsAllowed)
wrong
- Value that is smaller than the minimum.min
- minimum.boundIsAllowed
- Whether min
is included in the allowed range.public NumberIsTooSmallException(Localizable specific, java.lang.Number wrong, java.lang.Number min, boolean boundIsAllowed)
specific
- Specific contexte pattern .wrong
- Value that is smaller than the minimum.min
- minimum.boundIsAllowed
- Whether min
is included in the allowed range."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"