Home
last modified time | relevance | path

Searched refs:InputMismatchException (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DInputMismatchExceptionTest.java19 import java.util.InputMismatchException;
35 InputMismatchException exception = new InputMismatchException(); in test_Constructor()
45 InputMismatchException exception = new InputMismatchException( in test_ConstructorLjava_lang_String()
56 SerializationTest.verifySelf(new InputMismatchException(ERROR_MESSAGE)); in testSerializationSelf()
64 SerializationTest.verifyGolden(this, new InputMismatchException( in testSerializationCompatibility()
DScannerTest.java55 import java.util.InputMismatchException;
718 } catch (InputMismatchException expected) { in test_match()
908 } catch (InputMismatchException expected) { in test_nextLPattern()
917 } catch (InputMismatchException expected) { in test_nextLPattern()
942 } catch (InputMismatchException expected) { in test_nextLPattern()
956 } catch (InputMismatchException expected) { in test_nextLString()
964 } catch (InputMismatchException expected) { in test_nextLString()
986 } catch (InputMismatchException expected) { in test_nextLString()
1012 } catch (InputMismatchException expected) { in test_nextBoolean()
1064 } catch (InputMismatchException expected) { in test_nextIntI()
[all …]
/libcore/ojluni/src/main/java/java/util/
DInputMismatchException.java38 class InputMismatchException extends NoSuchElementException { class
45 public InputMismatchException() { in InputMismatchException() method in InputMismatchException
56 public InputMismatchException(String s) { in InputMismatchException() method in InputMismatchException
DScanner.java876 throw new InputMismatchException(); in throwFor()
1904 throw new InputMismatchException(nfe.getMessage()); in nextByte()
2010 throw new InputMismatchException(nfe.getMessage()); in nextShort()
2140 throw new InputMismatchException(nfe.getMessage()); in nextInt()
2245 throw new InputMismatchException(nfe.getMessage()); in nextLong()
2368 throw new InputMismatchException(nfe.getMessage()); in nextFloat()
2436 throw new InputMismatchException(nfe.getMessage()); in nextDouble()
2542 throw new InputMismatchException(nfe.getMessage()); in nextBigInteger()
2605 throw new InputMismatchException(nfe.getMessage()); in nextBigDecimal()
/libcore/
Dopenjdk_java_files.mk906 ojluni/src/main/java/java/util/InputMismatchException.java \