Searched defs:InputMismatchException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DInputMismatchException.java38 class InputMismatchException extends NoSuchElementException { class in inherits:NoSuchElementException
42 * Constructs an <code>InputMismatchException</code> with <tt>null</tt>
45 public InputMismatchException() { method in class:InputMismatchException
50 * Constructs an <code>InputMismatchException</code>, saving a reference
56 public InputMismatchException(String s) { method in class:InputMismatchException

Completed in 178 milliseconds