- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.FileSystemException
-
- java.nio.file.NotLinkException
-
- 实现的所有接口
-
Serializable
public class NotLinkException extends FileSystemException
由于文件不是符号链接,文件系统操作失败时抛出检查异常。- 从以下版本开始:
- 1.7
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 NotLinkException(String file)
构造此类的实例。NotLinkException(String file, String other, String reason)
构造此类的实例。
-
方法摘要
-
声明方法的类 java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
-
-