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