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