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