HomeSort by relevance Sort by last modified time
    Searched refs:InputMismatchException (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/util/
InputMismatchException.java 21 * An {@code InputMismatchException} is thrown by a scanner to indicate that the
28 public class InputMismatchException extends NoSuchElementException implements
34 * Constructs a new {@code InputMismatchException} with the current stack
37 public InputMismatchException() {
41 * Constructs a new {@code InputMismatchException} with the stack trace
47 public InputMismatchException(String msg) {
Scanner.java 46 * {@code InputMismatchException} is thrown.
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
InputMismatchExceptionTest.java 19 import java.util.InputMismatchException;
31 * @tests java.util.InputMismatchException#InputMismatchException()
35 InputMismatchException exception = new InputMismatchException();
42 * @tests java.util.InputMismatchException#InputMismatchException(String)
45 InputMismatchException exception = new InputMismatchException(
56 SerializationTest.verifySelf(new InputMismatchException(ERROR_MESSAGE))
    [all...]
ScannerTest.java 43 import java.util.InputMismatchException;
605 fail("Should throw InputMismatchException");
606 } catch (InputMismatchException e) {
807 fail("should throw InputMismatchException");
808 } catch (InputMismatchException e) {
817 fail("should throw InputMismatchException");
818 } catch (InputMismatchException e) {
844 fail("should throw InputMismatchException");
845 } catch (InputMismatchException e) {
859 fail("should throw InputMismatchException");
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDataImporter.java 30 import java.util.InputMismatchException;
115 * @throws InputMismatchException if there are any parse errors
122 throw new InputMismatchException(
130 throw new InputMismatchException(
138 throw new InputMismatchException(
144 throw new InputMismatchException(
152 throw new InputMismatchException(
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 246 milliseconds