Example usage for Java java.util InputMismatchException fields, constructors, methods, implement or subclass
The text is from its open source code.
InputMismatchException() Constructs an InputMismatchException with null as its error message string. | |
InputMismatchException(String s) Constructs an InputMismatchException , saving a reference to the error message string s for later retrieval by the getMessage method. |
String | getMessage() Returns the detail message string of this throwable. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |