| public class java.util InputMismatchException
|
Java SE 6 |
Scanner to indicate that the token
retrieved does not match the pattern for the expected type, or
that the token is out of range for the expected type.
| version | 1.5 03/24/06 |
| since | 1.5 |
| See also | java.util.Scanner |
| Constructors | |||
|---|---|---|---|
| public | InputMismatchException() Constructs an InputMismatchException with null
as its error message string.
| ||
| public | InputMismatchException(String s) Details
Constructs an InputMismatchException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|