PathAccessException 类
当文件操作由于必要的访问权限不可用而失败时抛出的异常。
- 继承
-
- Object
- FileSystemException
- PathAccessException
- 注解
-
- @Since("2.19")
构造函数
- PathAccessException(String path, OSError osError, [String message = ""])
-
const
属性
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的属性或方法时调用。inherited
-
toString(
) → String - 此对象的字符串表示。override
运算符
-
operator ==(
Object other) → bool - 等号运算符。inherited