Added in API level 1
Summary:
Ctors
| Inherited Methods
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 | |||
Exception to send when something goes wrong executing an action
Summary
Public constructors | |
|---|---|
RemoteViews.ActionException(Exception ex)
|
|
RemoteViews.ActionException(String message)
|
|
Inherited methods | |
|---|---|
Public constructors
RemoteViews.ActionException
Added in API level 3
public RemoteViews.ActionException (Exception ex)
| Parameters | |
|---|---|
ex |
Exception |
RemoteViews.ActionException
Added in API level 1
public RemoteViews.ActionException (String message)
| Parameters | |
|---|---|
message |
String |