HomeSort by relevance Sort by last modified time
    Searched defs:ExecutionException (Results 1 - 25 of 42) sorted by null

1 2

  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
ExecutionException.java 20 * Emulation of ExecutionException.
24 public class ExecutionException extends Exception {
25 protected ExecutionException() { }
27 protected ExecutionException(String message) {
31 public ExecutionException(String message, Throwable cause) {
35 public ExecutionException(Throwable cause) {
  /libcore/ojluni/src/main/java/java/util/concurrent/
ExecutionException.java 47 public class ExecutionException extends Exception {
51 * Constructs an {@code ExecutionException} with no detail message.
55 protected ExecutionException() { }
58 * Constructs an {@code ExecutionException} with the specified detail
64 protected ExecutionException(String message) {
69 * Constructs an {@code ExecutionException} with the specified detail
76 public ExecutionException(String message, Throwable cause) {
81 * Constructs an {@code ExecutionException} with the specified cause.
89 public ExecutionException(Throwable cause) {
FutureTask.java 117 private V report(int s) throws ExecutionException {
123 throw new ExecutionException((Throwable)x);
189 public V get() throws InterruptedException, ExecutionException {
200 throws InterruptedException, ExecutionException, TimeoutException {
239 * Causes this future to report an {@link ExecutionException}
  /tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
Command.java 22 void execute() throws ExecutionException;
25 class ExecutionException extends RuntimeException {
27 public ExecutionException(String message) {
31 public ExecutionException(String message, Throwable cause) {
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 106 milliseconds

1 2