Searched refs:FileSystemException (Results 1 - 23 of 23) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
H A DFileSystemExceptionTest.java22 import java.nio.file.FileSystemException;
28 FileSystemException exception = new FileSystemException("file");
36 FileSystemException exception = new FileSystemException("file", "otherFile", "reason");
77 FileSystemException exception = (FileSystemException) SerializationTester
88 FileSystemException exception = new FileSystemException("file", "otherFile", "reason");
91 exception = new FileSystemException("fil
[all...]
H A DAtomicMoveNotSupportedExceptionTest.java23 import java.nio.file.FileSystemException;
34 assertTrue(exception instanceof FileSystemException);
H A DDirectoryNotEmptyExceptionTest.java23 import java.nio.file.FileSystemException;
34 assertTrue(exception instanceof FileSystemException);
H A DFileSystemLoopExceptionTest.java22 import java.nio.file.FileSystemException;
31 assertTrue(exception instanceof FileSystemException);
H A DNotDirectoryExceptionTest.java22 import java.nio.file.FileSystemException;
33 assertTrue(exception instanceof FileSystemException);
H A DAccessDeniedExceptionTest.java23 import java.nio.file.FileSystemException;
34 assertTrue(exception instanceof FileSystemException);
H A DFileAlreadyExistsExceptionTest.java23 import java.nio.file.FileSystemException;
33 assertTrue(exception instanceof FileSystemException);
H A DNoSuchFileExceptionTest.java22 import java.nio.file.FileSystemException;
33 assertTrue(exception instanceof FileSystemException);
H A DNotLinkExceptionTest.java22 import java.nio.file.FileSystemException;
33 assertTrue(exception instanceof FileSystemException);
H A DDefaultSecureDirectoryStreamTest.java31 import java.nio.file.FileSystemException;
165 } catch (FileSystemException expected) {}
276 } catch (FileSystemException expected) {}
311 } catch (FileSystemException expected) {}
/libcore/ojluni/src/main/java/java/nio/file/
H A DDirectoryNotEmptyException.java36 extends FileSystemException
H A DFileSystemLoopException.java36 extends FileSystemException
H A DNotDirectoryException.java36 extends FileSystemException
H A DAtomicMoveNotSupportedException.java36 extends FileSystemException
H A DFileSystemException.java37 public class FileSystemException class in inherits:IOException
53 public FileSystemException(String file) { method in class:FileSystemException
72 public FileSystemException(String file, String other, String reason) { method in class:FileSystemException
H A DAccessDeniedException.java41 extends FileSystemException
H A DFileAlreadyExistsException.java36 extends FileSystemException
H A DNoSuchFileException.java36 extends FileSystemException
H A DNotLinkException.java36 extends FileSystemException
H A DFiles.java756 throw new FileSystemException(dir.toString(), null,
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DLinuxUserDefinedFileAttributeView.java58 throw new FileSystemException(file.getPathForExceptionMessage(),
124 throw new FileSystemException(file.getPathForExceptionMessage(),
146 throw new FileSystemException(file.getPathForExceptionMessage(),
203 throw new FileSystemException(file.getPathForExceptionMessage(),
263 throw new FileSystemException(file.getPathForExceptionMessage(),
284 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DUnixException.java75 * return more general FileSystemException.
91 return new FileSystemException(file, other, errorString());
H A DUnixPath.java784 throw new FileSystemException(getPathForExceptionMessage(), null,

Completed in 113 milliseconds