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

/libcore/ojluni/src/main/java/java/io/
H A DFileNotFoundException.java43 public class FileNotFoundException extends IOException { class in inherits:IOException
47 * Constructs a <code>FileNotFoundException</code> with
50 public FileNotFoundException() { method in class:FileNotFoundException
55 * Constructs a <code>FileNotFoundException</code> with the
63 public FileNotFoundException(String s) { method in class:FileNotFoundException
68 * Constructs a <code>FileNotFoundException</code> with a detail message
76 private FileNotFoundException(String path, String reason) { method in class:FileNotFoundException

Completed in 521 milliseconds