模块  java.base
软件包  java.nio.file

Class NotLinkException

  • 实现的所有接口
    Serializable

    public class NotLinkException
    extends FileSystemException
    由于文件不是符号链接,文件系统操作失败时抛出检查异常。
    从以下版本开始:
    1.7
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • NotLinkException

        public NotLinkException​(String file)
        构造此类的实例。
        参数
        file - 标识文件的字符串或 null如果未知)
      • NotLinkException

        public NotLinkException​(String file,
                                String other,
                                String reason)
        构造此类的实例。
        参数
        file - 标识文件的字符串或 null如果未知)
        other - 标识其他文件的字符串,如果未知, null
        reason - 包含附加信息的原因消息或 null