Searched refs:asIOException (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java105 IOException asIOException(WindowsPath file) { method in class:WindowsException
H A DWindowsDirectoryStream.java178 IOException ioe = x.asIOException(dir);
H A DWindowsWatchService.java344 return x.asIOException(dir);
354 return x.asIOException(dir);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java110 IOException asIOException(UnixPath file) { method in class:UnixException
H A DUnixDirectoryStream.java171 IOException ioe = x.asIOException(dir);
H A DLinuxWatchService.java243 return x.asIOException(dir);
263 return x.asIOException(dir);
H A DSolarisWatchService.java288 return x.asIOException(dir);
308 return x.asIOException(dir);

Completed in 39 milliseconds