Most visited

Recently visited

Added in API level 1

RemoteViews.ActionException

public static class RemoteViews.ActionException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.widget.RemoteViews.ActionException


执行某个操作时发生错误时发送的例外情况

Summary

Public constructors

RemoteViews.ActionException(异常 ex)
RemoteViews.ActionException(String message)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

RemoteViews.ActionException

Added in API level 3
RemoteViews.ActionException (异常 ex)

Parameters
ex 异常

RemoteViews.ActionException

Added in API level 1
RemoteViews.ActionException (String message)

Parameters
message String

Hooray!