Searched refs:getPathForExceptionMessage (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java95 String a = (file == null) ? null : file.getPathForExceptionMessage();
96 String b = (other == null) ? null : other.getPathForExceptionMessage();
106 return translateToIOException(file.getPathForExceptionMessage(), null);
H A DWindowsFileCopy.java124 target.getPathForExceptionMessage());
162 target.getPathForExceptionMessage());
297 source.getPathForExceptionMessage(),
298 target.getPathForExceptionMessage(),
343 target.getPathForExceptionMessage());
373 target.getPathForExceptionMessage());
457 target.getPathForExceptionMessage());
H A DWindowsDirectoryStream.java84 throw new NotDirectoryException(dir.getPathForExceptionMessage());
H A DWindowsFileSystemProvider.java266 file.getPathForExceptionMessage());
384 file.getPathForExceptionMessage(), null,
394 file.getPathForExceptionMessage(), null,
402 file.getPathForExceptionMessage(), null, "Read-only file system");
H A DWindowsLinkSupport.java148 throw new FileSystemException(input.getPathForExceptionMessage(), null,
200 throw new FileSystemException(input.getPathForExceptionMessage(),
H A DWindowsWatchService.java357 return new NotDirectoryException(dir.getPathForExceptionMessage());
H A DWindowsPath.java167 String getPathForExceptionMessage() { method in class:WindowsPath
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java100 String a = (file == null) ? null : file.getPathForExceptionMessage();
101 String b = (other == null) ? null : other.getPathForExceptionMessage();
111 return translateToIOException(file.getPathForExceptionMessage(), null);
H A DSolarisUserDefinedFileAttributeView.java52 throw new FileSystemException(file.getPathForExceptionMessage(),
99 throw new FileSystemException(file.getPathForExceptionMessage(),
129 throw new FileSystemException(file.getPathForExceptionMessage(),
168 throw new FileSystemException(file.getPathForExceptionMessage(),
204 throw new FileSystemException(file.getPathForExceptionMessage(),
227 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DLinuxUserDefinedFileAttributeView.java58 throw new FileSystemException(file.getPathForExceptionMessage(),
119 throw new FileSystemException(file.getPathForExceptionMessage(),
141 throw new FileSystemException(file.getPathForExceptionMessage(),
194 throw new FileSystemException(file.getPathForExceptionMessage(),
246 throw new FileSystemException(file.getPathForExceptionMessage(),
267 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DUnixCopyFile.java386 source.getPathForExceptionMessage(),
387 target.getPathForExceptionMessage(),
423 target.getPathForExceptionMessage());
439 target.getPathForExceptionMessage());
492 source.getPathForExceptionMessage());
545 target.getPathForExceptionMessage());
558 target.getPathForExceptionMessage());
H A DUnixFileSystemProvider.java242 throw new DirectoryNotEmptyException(file.getPathForExceptionMessage());
405 throw new NotDirectoryException(dir.getPathForExceptionMessage());
425 throw new NotDirectoryException(dir.getPathForExceptionMessage());
494 throw new NotLinkException(link.getPathForExceptionMessage());
H A DSolarisAclFileAttributeView.java322 throw new FileSystemException(file.getPathForExceptionMessage(),
353 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DUnixPath.java182 String getPathForExceptionMessage() { method in class:UnixPath
784 throw new FileSystemException(getPathForExceptionMessage(), null,
H A DLinuxWatchService.java246 return new NotDirectoryException(dir.getPathForExceptionMessage());
H A DSolarisWatchService.java291 return new NotDirectoryException(dir.getPathForExceptionMessage());

Completed in 51 milliseconds