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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java152 public static class ActionException extends RuntimeException { class in class:RemoteViews
153 public ActionException(Exception ex) { method in class:RemoteViews.ActionException
156 public ActionException(String message) { method in class:RemoteViews.ActionException
195 OnClickHandler handler) throws ActionException;
762 throw new ActionException("view: " + klass.getName() + " doesn't have method: "
767 throw new ActionException("view: " + klass.getName()
780 throw new ActionException(ex);
890 OnClickHandler handler) throws ActionException {
1120 throw new ActionException("bad type: " + this.type);
1129 throw new ActionException("vie
[all...]

Completed in 9 milliseconds