Interface | Description |
---|---|
DoubleUserInput |
This interface provides access to the double (decimal) value entered by the end user with the option of adding special
error input validation.
|
IntegerUserInput |
This interface provides access to the integer value entered by the end user with the option of adding special
error input validation.
|
StringUserInput |
This interface provides access to the string entered by the end user with the option of adding special error input
validation.
|
Exception | Description |
---|---|
InvalidUserInputRange |
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).
|
Copyright © 2021. All rights reserved.