public static class RemoteViews.ActionException
extends RuntimeException
java.lang.Object | ||||
java.lang.Throwable | ||||
java.lang.Exception | ||||
java.lang.RuntimeException | ||||
android.widget.RemoteViews.ActionException |
执行某个操作时发生错误时发送的例外情况
Public constructors |
|
---|---|
RemoteViews.ActionException(异常 ex) |
|
RemoteViews.ActionException(String message) |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Throwable
|
|
![]() java.lang.Object
|
RemoteViews.ActionException (异常 ex)
参数(Parameters) | |
---|---|
ex |
异常
|
RemoteViews.ActionException (String message)
参数(Parameters) | |
---|---|
message |
String
|