Searched refs:ActionException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java198 public static class ActionException extends RuntimeException { class in class:RemoteViews
199 public ActionException(Exception ex) { method in class:RemoteViews.ActionException
202 public ActionException(String message) { method in class:RemoteViews.ActionException
241 OnClickHandler handler) throws ActionException;
773 throw new ActionException("view: " + klass.getName() + " doesn't have method: "
778 throw new ActionException("view: " + klass.getName()
922 } catch (ActionException e) {
925 throw new ActionException(ex);
1035 OnClickHandler handler) throws ActionException {
1292 throw new ActionException("ba
[all...]

Completed in 31 milliseconds