SystemUpdateNotFoundException

class SystemUpdateNotFoundException : OemSystemUpdateException


在找不到指定的系统更新资源时抛出。

摘要

公共构造函数

公共属性

String

未找到的资源的名称。

继承的属性

来自 kotlin.Throwable

公共构造函数

SystemUpdateNotFoundException

SystemUpdateNotFoundException(resourceName: String, cause: Throwable? = null)
参数
resourceName: String

未找到的资源的名称。

cause: Throwable? = null

异常的根本原因。

公共属性

resourceName

val resourceNameString

未找到的资源的名称。