Searched refs:ActionException (Results 1 – 4 of 4) sorted by relevance
389 public static class ActionException extends RuntimeException { class in RemoteViews390 public ActionException(Exception ex) { in ActionException() method in RemoteViews.ActionException393 public ActionException(String message) { in ActionException() method in RemoteViews.ActionException399 public ActionException(Throwable t) { in ActionException() method in RemoteViews.ActionException419 OnClickHandler handler) throws ActionException; in apply()939 throw new ActionException("view: " + klass.getName() in getMethod()949 throw new ActionException("view: " + klass.getName() + " doesn't have method: " in getMethod()973 throw new ActionException("Async implementation declared as " in getMethod()1125 throw new ActionException(ex); in apply()1221 OnClickHandler handler) throws ActionException { in apply()[all …]
38253 public static class RemoteViews.ActionException extends java.lang.RuntimeException {38254 ctor public RemoteViews.ActionException(java.lang.Exception);38255 ctor public RemoteViews.ActionException(java.lang.String);
56555 public static class RemoteViews.ActionException extends java.lang.RuntimeException {56556 ctor public RemoteViews.ActionException(Exception);56557 ctor public RemoteViews.ActionException(String);
89357 Landroid/widget/RemoteViews$ActionException;-><init>(Ljava/lang/Throwable;)V