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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java217 public static class ActionException extends RuntimeException { class in class:RemoteViews
218 public ActionException(Exception ex) { method in class:RemoteViews.ActionException
221 public ActionException(String message) { method in class:RemoteViews.ActionException
281 OnClickHandler handler) throws ActionException;
850 throw new ActionException("view: " + klass.getName() + " doesn't have method: "
855 throw new ActionException("view: " + klass.getName()
884 throw new ActionException("Async implementation for " + method.getName() +
888 throw new ActionException("Async implementation declared but not defined for " +
1029 } catch (ActionException e) {
1032 throw new ActionException(e
[all...]

Completed in 49 milliseconds