|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSystemException | |
---|---|
org.classpath.icedtea.java.nio.file | Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
Uses of FileSystemException in org.classpath.icedtea.java.nio.file |
---|
Subclasses of FileSystemException in org.classpath.icedtea.java.nio.file | |
---|---|
class |
AccessDeniedException
Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check. |
class |
AtomicMoveNotSupportedException
Checked exception thrown when a file cannot be moved as an atomic file system operation. |
class |
DirectoryNotEmptyException
Checked exception thrown when a file system operation fails because a directory is not empty. |
class |
FileAlreadyExistsException
Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists. |
class |
NoSuchFileException
Checked exception thrown when an attempt is made to access a file that does not exist. |
class |
NotDirectoryException
Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory. |
class |
NotLinkException
Checked exception thrown when a file system operation fails because a file is not a link. |
|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.