Searched refs:NotDirectoryException (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DNotDirectoryException.java35 public class NotDirectoryException class in inherits:FileSystemException
46 public NotDirectoryException(String file) { method in class:NotDirectoryException
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipDirectoryStream.java45 import java.nio.file.NotDirectoryException;
73 throw new NotDirectoryException(zipPath.toString());
H A DZipFileSystem.java398 throw new NotDirectoryException(getString(path));
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsDirectoryStream.java84 throw new NotDirectoryException(dir.getPathForExceptionMessage());
H A DWindowsWatchService.java357 return new NotDirectoryException(dir.getPathForExceptionMessage());
/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DBasic.java130 // test NotDirectoryException
133 throw new RuntimeException("NotDirectoryException not thrown");
134 } catch (NotDirectoryException x) {
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java405 throw new NotDirectoryException(dir.getPathForExceptionMessage());
425 throw new NotDirectoryException(dir.getPathForExceptionMessage());
H A DLinuxWatchService.java246 return new NotDirectoryException(dir.getPathForExceptionMessage());
H A DSolarisWatchService.java291 return new NotDirectoryException(dir.getPathForExceptionMessage());
H A DUnixSecureDirectoryStream.java124 throw new NotDirectoryException(file.toString());
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DPollingWatchService.java151 throw new NotDirectoryException(path.toString());
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk106 java/nio/file/NotDirectoryException.java \

Completed in 108 milliseconds