PathExistsException 类
当文件操作失败因为目标路径已存在时抛出的异常。
- 继承
-
- Object
- FileSystemException
- PathExistsException
- 注解
-
- @Since("2.19")
构造函数
- PathExistsException(String path, OSError osError, [String message = ""])
-
const
属性
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 该对象的字符串表示。覆盖
操作符
-
operator ==(
Object other) → bool - 等于操作符。继承