Module  java.base
软件包  java.nio.file

Class NotDirectoryException

  • All Implemented Interfaces:
    Serializable


    public class NotDirectoryException
    extends FileSystemException
    当文件系统操作用于目录时,由于文件不是目录而导致失败的检查异常。
    从以下版本开始:
    1.7
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • NotDirectoryException

        public NotDirectoryException​(String file)
        构造这个类的一个实例。
        参数
        file - a string identifying the file or null if not known