Home
last modified time | relevance | path

Searched defs:ioException (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DUncheckedIOExceptionTest.java32 IOException ioException = new IOException(); in test_ConstructorLjava_lang_IOException() local
42 IOException ioException = new IOException(); in test_ConstructorLjava_lang_String_IOException() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DIOExceptionTest.java62 IOException ioException = new IOException( in test_ConstructorLString_LThrowable() local
84 IOException ioException = new IOException(cause); in test_Constructor_LThrowable() local
/libcore/luni/src/test/java/libcore/java/nio/file/
DSimpleFileVisitorTest.java52 IOException ioException = new IOException(); in test_postVisitDirectory() local
90 IOException ioException = new IOException(); in test_visitFileFailed() local
/libcore/ojluni/src/main/java/java/util/
DScanner.java1127 public IOException ioException() { in ioException() method in Scanner