public class InvalidUserInputRange extends IllegalArgumentException
This exception is thrown if an invalid value range or initial value is specified when an attempt is made to register an enterable user input (an integer-based or a double-based user input).
The exception will be thrown, if the minimum value is greater than the maximum value, or if the initial (default) value is outside the range defined by the minimum and maximum value.Constructor and Description |
---|
InvalidUserInputRange(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidUserInputRange(String message)
Copyright © 2021. All rights reserved.