| /libcore/luni/src/test/java/libcore/java/nio/file/ |
| D | FileSystemExceptionTest.java | 22 import java.nio.file.FileSystemException; 28 FileSystemException exception = new FileSystemException("file"); in test_constructor$String() 36 FileSystemException exception = new FileSystemException("file", "otherFile", "reason"); in test_constructor$String$String$String() 77 FileSystemException exception = (FileSystemException) SerializationTester in test_serialization() 88 FileSystemException exception = new FileSystemException("file", "otherFile", "reason"); in test_getMessage() 91 exception = new FileSystemException("file", "otherFile", null); in test_getMessage() 94 exception = new FileSystemException(null, "otherFile", "reason"); in test_getMessage() 97 exception = new FileSystemException("file", null, "reason"); in test_getMessage()
|
| D | FileSystemLoopExceptionTest.java | 22 import java.nio.file.FileSystemException; 31 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | NotDirectoryExceptionTest.java | 22 import java.nio.file.FileSystemException; 33 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | DirectoryNotEmptyExceptionTest.java | 23 import java.nio.file.FileSystemException; 34 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | AtomicMoveNotSupportedExceptionTest.java | 23 import java.nio.file.FileSystemException; 34 assertTrue(exception instanceof FileSystemException); in test_constructor$String$String$String()
|
| D | FileAlreadyExistsExceptionTest.java | 23 import java.nio.file.FileSystemException; 33 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | NotLinkExceptionTest.java | 22 import java.nio.file.FileSystemException; 33 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | NoSuchFileExceptionTest.java | 22 import java.nio.file.FileSystemException; 33 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | AccessDeniedExceptionTest.java | 23 import java.nio.file.FileSystemException; 34 assertTrue(exception instanceof FileSystemException); in test_constructor$String()
|
| D | DefaultSecureDirectoryStreamTest.java | 31 import java.nio.file.FileSystemException; 165 } catch (FileSystemException expected) {} in test_newDirectoryStream_symbolicLink() 276 } catch (FileSystemException expected) {} in test_deleteFile() 311 } catch (FileSystemException expected) {} in test_deleteDirectory()
|
| /libcore/ojluni/src/main/java/java/nio/file/ |
| D | FileSystemException.java | 37 public class FileSystemException class 53 public FileSystemException(String file) { in FileSystemException() method in FileSystemException 72 public FileSystemException(String file, String other, String reason) { in FileSystemException() method in FileSystemException
|
| D | NotDirectoryException.java | 36 extends FileSystemException
|
| D | DirectoryNotEmptyException.java | 36 extends FileSystemException
|
| D | FileSystemLoopException.java | 36 extends FileSystemException
|
| D | AtomicMoveNotSupportedException.java | 36 extends FileSystemException
|
| D | NotLinkException.java | 36 extends FileSystemException
|
| D | NoSuchFileException.java | 36 extends FileSystemException
|
| D | AccessDeniedException.java | 41 extends FileSystemException
|
| D | FileAlreadyExistsException.java | 36 extends FileSystemException
|
| D | Files.java | 756 throw new FileSystemException(dir.toString(), null,
|
| /libcore/ojluni/src/main/java/sun/nio/fs/ |
| D | LinuxUserDefinedFileAttributeView.java | 58 throw new FileSystemException(file.getPathForExceptionMessage(), in nameAsBytes() 123 throw new FileSystemException(file.getPathForExceptionMessage(), in list() 145 throw new FileSystemException(file.getPathForExceptionMessage(), in size() 202 throw new FileSystemException(file.getPathForExceptionMessage(), in read() 262 throw new FileSystemException(file.getPathForExceptionMessage(), in write() 283 throw new FileSystemException(file.getPathForExceptionMessage(), in delete()
|
| D | UnixException.java | 96 return new FileSystemException(file, other, errorString() in translateToIOException() 100 return new FileSystemException(file, other, errorString()); in translateToIOException()
|
| D | UnixPath.java | 784 throw new FileSystemException(getPathForExceptionMessage(), null, in openForAttributeAccess()
|
| /libcore/api/ |
| D | current.txt | 7374 public class AccessDeniedException extends java.nio.file.FileSystemException { 7385 public class AtomicMoveNotSupportedException extends java.nio.file.FileSystemException { 7409 public class DirectoryNotEmptyException extends java.nio.file.FileSystemException { 7420 public class FileAlreadyExistsException extends java.nio.file.FileSystemException { 7460 public class FileSystemException extends java.io.IOException { 7461 ctor public FileSystemException(String); 7462 ctor public FileSystemException(String, String, String); 7468 public class FileSystemLoopException extends java.nio.file.FileSystemException { 7588 public class NoSuchFileException extends java.nio.file.FileSystemException { 7593 public class NotDirectoryException extends java.nio.file.FileSystemException { [all …]
|
| /libcore/ |
| D | openjdk_java_files.bp | 489 "ojluni/src/main/java/java/nio/file/FileSystemException.java",
|