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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java90 public static class ActionException extends RuntimeException { class in class:RemoteViews
91 public ActionException(Exception ex) { method in class:RemoteViews.ActionException
94 public ActionException(String message) { method in class:RemoteViews.ActionException
105 public abstract void apply(View root) throws ActionException;
427 throw new ActionException("can't find view: 0x" + Integer.toHexString(viewId));
432 throw new ActionException("bad type: " + this.type);
441 throw new ActionException("view: " + klass.getName() + " doesn't have method: "
446 throw new ActionException("view: " + klass.getName()
461 throw new ActionException(ex);
546 throw new ActionException("Ta
[all...]

Completed in 30 milliseconds