- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.FileSystemException
-
- java.nio.file.FileSystemLoopException
-
- All Implemented Interfaces:
-
Serializable
public class FileSystemLoopException extends FileSystemException
当遇到文件系统循环或循环时抛出的检查异常。
-
-
构造方法摘要
构造方法 Constructor 描述 FileSystemLoopException(String file)
构造这个类的一个实例。
-
方法摘要
-
Methods inherited from class java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
FileSystemLoopException
public FileSystemLoopException(String file)
构造这个类的一个实例。- 参数
-
file
- a string identifying the file causing the cycle ornull
if not known
-
-