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

/dalvik/libcore/luni/src/main/java/java/util/
H A DInputMismatchException.java21 * An {@code InputMismatchException} is thrown by a scanner to indicate that the
28 public class InputMismatchException extends NoSuchElementException implements class in inherits:NoSuchElementException,Serializable
34 * Constructs a new {@code InputMismatchException} with the current stack
37 public InputMismatchException() { method in class:InputMismatchException
42 * Constructs a new {@code InputMismatchException} with the stack trace
48 public InputMismatchException(String msg) { method in class:InputMismatchException

Completed in 150 milliseconds