PathNotFoundException

当文件操作失败,因为文件或目录不存在时抛出的异常。

继承
注解
  • @Since("2.19")

构造函数

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

属性

hashCode int
此对象的重写代码。
无设置器继承
message String
描述错误的新闻。
final继承
osError OSError?
基础 OS 错误。
final继承
path String?
错误发生的文件系统路径。
final继承
runtimeType Type
表示对象运行时类型的电子书。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
在访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示形式。
@Override

运算符

operator ==(Object other) bool
等于运算符。
继承