路径未找到异常 构造函数

const 路径未找到异常(
  1. 字符串 path,
  2. 操作系统错误 osError,
  3. [字符串 message = ""]
)

实现

const PathNotFoundException(String path, OSError osError,
    [String message = ""])
    : super(message, path, osError);