Home
last modified time | relevance | path

Searched refs:UncheckedIOException (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DUncheckedIOExceptionTest.java24 import java.io.UncheckedIOException;
33 UncheckedIOException e = new UncheckedIOException(ioException); in test_ConstructorLjava_lang_IOException()
43 UncheckedIOException e = new UncheckedIOException("errmsg", ioException); in test_ConstructorLjava_lang_String_IOException()
52 SerializationTest.verifySelf(new UncheckedIOException(new IOException())); in testSerializationSelf()
/libcore/ojluni/src/main/java/java/io/
DUncheckedIOException.java34 public class UncheckedIOException extends RuntimeException { class
48 public UncheckedIOException(String message, IOException cause) { in UncheckedIOException() method in UncheckedIOException
61 public UncheckedIOException(IOException cause) { in UncheckedIOException() method in UncheckedIOException
DBufferedReader.java585 throw new UncheckedIOException(e); in lines()
/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeIterator.java30 import java.io.UncheckedIOException;
88 throw new UncheckedIOException(ioe); in fetchNextIfNeeded()
DFiles.java38 import java.io.UncheckedIOException;
109 throw new UncheckedIOException(e); in asUncheckedRunnable()
3462 throw new UncheckedIOException(e.getCause());
3470 throw new UncheckedIOException(e.getCause());
/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java30 import java.io.UncheckedIOException;
941 } catch (UncheckedIOException expected) {} in test_lines$Path$Charset()
982 } catch (UncheckedIOException expected) {} in test_lines$Path()
1428 } catch (UncheckedIOException expected) { in test_walk_FileSystemLoopException()
/libcore/
Dopenjdk_java_files.mk89 ojluni/src/main/java/java/io/UncheckedIOException.java \