Searched refs:NoSuchFileException (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DNoSuchFileException.java35 public class NoSuchFileException class in inherits:FileSystemException
46 public NoSuchFileException(String file) { method in class:NoSuchFileException
60 public NoSuchFileException(String file, String other, String reason) { method in class:NoSuchFileException
H A DFiles.java702 } catch (NoSuchFileException x) {
1063 * @throws NoSuchFileException
2383 } catch (NoSuchFileException x) {
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java79 return new NoSuchFileException(file, other, null);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java86 return new NoSuchFileException(file, other, null);
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java692 * @throws NoSuchFileException
712 * #delete} ignoring the {@code NoSuchFileException} when the file does not
737 } catch (NoSuchFileException ignore) {
960 * @throws NoSuchFileException
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java341 throw new NoSuchFileException(getString(path));
444 throw new NoSuchFileException(getString(src));
527 throw new NoSuchFileException(getString(path));
544 throw new NoSuchFileException(getString(path));
636 throw new NoSuchFileException(getString(path));
709 throw new NoSuchFileException(getString(path));
719 throw new NoSuchFileException(getString(path));
863 throw new NoSuchFileException(getString(path));
1342 throw new NoSuchFileException(getString(path));
H A DZipPath.java666 throw new NoSuchFileException(toString());
720 throw new NoSuchFileException(zfs.getString(path));
769 throw new NoSuchFileException(toString());
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java351 throw new NoSuchFileException(file.toString());
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk105 java/nio/file/NoSuchFileException.java \

Completed in 42 milliseconds