PathExistsException

当文件操作失败因为目标路径已存在时抛出的异常。

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

构造函数

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

属性

hashCode int
该对象的哈希码。
无setter继承
message String
描述错误的消息。
final继承
osError OSError?
底层的操作系统错误。
final继承
path String?
发生错误的文件系统路径。
final继承
runtimeType Type
对象的运行时类型表示。
无setter继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
该对象的字符串表示。
覆盖

操作符

operator ==(Object other) bool
等于操作符。
继承