Searched refs:ActionException (Results 1 – 5 of 5) 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);
57919 public static class RemoteViews.ActionException extends java.lang.RuntimeException {57920 ctor public RemoteViews.ActionException(Exception);57921 ctor public RemoteViews.ActionException(String);
58063 public static class RemoteViews.ActionException extends java.lang.RuntimeException {58064 ctor public RemoteViews.ActionException(Exception);58065 ctor public RemoteViews.ActionException(String);
83390 Landroid/widget/RemoteViews$ActionException;-><init>(Ljava/lang/Throwable;)V