java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.nio.file.FileSystemNotFoundException
- 所有已实现的接口:
-
Serializable
当找不到文件系统时抛出运行时异常。
- 自 JDK 版本:
- 1.7
- 参见:
-
Constructor Summary
ConstructorDescription构造此类的实例。构造此类的实例。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileSystemNotFoundException
public FileSystemNotFoundException()构造此类的实例。 -
FileSystemNotFoundException
构造此类的实例。- 参数:
-
msg
- 详细消息
-