java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.FileSystemException
java.nio.file.FileSystemLoopException
- 所有实现的接口:
-
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
-
FileSystemLoopException
构造此类的实例。- 参数:
-
file
- 标识导致循环的文件的字符串,如果不知道则为null
-