java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.FileSystemException
java.nio.file.NotDirectoryException
- 所有已实现的接口:
-
Serializable
当文件系统操作意图用于目录时失败,因为文件不是目录时抛出的已检查异常。
- 自从:
- 1.7
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotDirectoryException
构造此类的实例。- 参数:
-
file
- 标识文件的字符串,如果不知道则为null
-