java.util
public class InputMismatchException extends NoSuchElementException
Since: 1.5
| Constructor Summary | |
|---|---|
| InputMismatchException()
Constructs a new InputMismatchException
with a null message. | |
| InputMismatchException(String s)
Constructs a new InputMismatchException
with the supplied error message.
| |
InputMismatchException
with a null message.InputMismatchException
with the supplied error message.
Parameters: s the error message to report back to the user.