public class NumberIsTooSmallException extends MathIllegalNumberException
| Constructor and Description |
|---|
NumberIsTooSmallException(Number wrong,
Number min,
boolean boundIsAllowed)
Construct the exception.
|
NumberIsTooSmallException(String msg,
Number wrong,
Number min,
boolean boundIsAllowed)
Construct the exception with a specific context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoundIsAllowed() |
Number |
getMin() |
getArggetCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NumberIsTooSmallException(Number wrong, 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(String msg, Number wrong, Number min, boolean boundIsAllowed)
msg - Specific context pattern.wrong - Value that is smaller than the minimum.min - Minimum.boundIsAllowed - Whether min is included in the allowed range.public boolean getBoundIsAllowed()
true if the minimum is included in the allowed range.public Number getMin()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018