PathAccessException

当文件操作由于必要的访问权限不可用而失败时抛出的异常。

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

构造函数

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

属性

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

方法

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

运算符

operator ==(Object other) bool
等号运算符。
inherited