Home
last modified time | relevance | path

Searched refs:UncheckedIOException (Results 1 – 23 of 23) 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
49 public UncheckedIOException(String message, IOException cause) { in UncheckedIOException() method in UncheckedIOException
62 public UncheckedIOException(IOException cause) { in UncheckedIOException() method in UncheckedIOException
DBufferedReader.java588 throw new UncheckedIOException(e); in lines()
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DUnsupportedNewApis.java23 import java.io.UncheckedIOException;
81 throw new UncheckedIOException(e); in parse()
DMain.java41 import java.io.UncheckedIOException;
81 private void run() throws UncheckedIOException { in run()
93 throw new UncheckedIOException(e); in run()
120 private void run() throws UncheckedIOException { in run()
134 throw new UncheckedIOException(e); in run()
500 private void run() throws UncheckedIOException { in run()
516 throw new UncheckedIOException(e); in run()
588 private void run() throws UncheckedIOException { in run()
640 throw new UncheckedIOException(e); in run()
DDependencyAnalyzer.java34 import java.io.UncheckedIOException;
93 UncheckedIOException { in analyze()
169 throw new UncheckedIOException(e); in analyze()
379 throw new UncheckedIOException(e); in getClassNode()
433 throws UncheckedIOException { in getFilter()
447 throw new UncheckedIOException(e); in getFilter()
/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeIterator.java30 import java.io.UncheckedIOException;
87 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/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
DMain.java37 import java.io.UncheckedIOException;
95 throw new UncheckedIOException(e); in main()
131 throw new UncheckedIOException(e); in readBaseExpectationStore()
169 throw new UncheckedIOException(e); in parse()
/libcore/ojluni/src/test/java/util/Scanner/
DScannerStreamTest.java31 import java.io.UncheckedIOException;
114 throw new UncheckedIOException(ioe); in makeFileScanner()
/libcore/ojluni/src/main/java/java/util/
DHexFormat.java36 import java.io.UncheckedIOException;
430 throw new UncheckedIOException(ioe.getMessage(), ioe); in formatHex()
693 throw new UncheckedIOException(ioe.getMessage(), ioe); in toHexDigits()
DResourceBundle.java47 import java.io.UncheckedIOException;
/libcore/ojluni/src/main/java/java/lang/
DClassLoader.java32 import java.io.UncheckedIOException;
1501 throw new UncheckedIOException(e); in resources()
/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java31 import java.io.UncheckedIOException;
620 assertThrows(UncheckedIOException.class, in testIOException()
622 assertThrows(UncheckedIOException.class, in testIOException()
624 assertThrows(UncheckedIOException.class, in testIOException()
/libcore/ojluni/src/main/java/java/nio/
DMappedByteBuffer.java32 import java.io.UncheckedIOException;
/libcore/ojluni/src/main/java/java/time/chrono/
DHijrahChronology.java68 import java.io.UncheckedIOException;
848 throw new UncheckedIOException(e); in readConfigProperties()
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java36 import java.io.UncheckedIOException;
858 throw new UncheckedIOException(ioe); in run()
887 } catch (UncheckedIOException ioe) { in close()
/libcore/ojluni/src/test/java/nio/Buffer/
DBasicByte.java36 import java.io.UncheckedIOException;
501 throw new UncheckedIOException(e); in testAlign()
DBasic-X.java.template36 import java.io.UncheckedIOException;
501 throw new UncheckedIOException(e);
/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.bp96 "ojluni/src/main/java/java/io/UncheckedIOException.java",
DEXPECTED_UPSTREAM114 …ni/src/main/java/java/io/UncheckedIOException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classe…
/libcore/api/
Dcurrent.txt2287 public class UncheckedIOException extends java.lang.RuntimeException {
2288 ctor public UncheckedIOException(String, java.io.IOException);
2289 ctor public UncheckedIOException(java.io.IOException);