Searched defs:UncheckedIOException (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DUncheckedIOException.java34 public class UncheckedIOException extends RuntimeException { class in inherits:RuntimeException
48 public UncheckedIOException(String message, IOException cause) { method in class:UncheckedIOException
61 public UncheckedIOException(IOException cause) { method in class:UncheckedIOException
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocPretty.java125 private static class UncheckedIOException extends Error { class in class:DocPretty
127 UncheckedIOException(IOException e) { method in class:DocPretty.UncheckedIOException
[all...]
H A DPretty.java174 private static class UncheckedIOException extends Error { class in class:Pretty
176 UncheckedIOException(IOException e) { method in class:Pretty.UncheckedIOException
[all...]

Completed in 45 milliseconds