Searched defs:ExecutionError (Results 1 – 3 of 3) sorted by relevance
31 public class ExecutionError extends Error { class33 protected ExecutionError() {} in ExecutionError() method in ExecutionError36 protected ExecutionError(@Nullable String message) { in ExecutionError() method in ExecutionError41 public ExecutionError(@Nullable String message, @Nullable Error cause) { in ExecutionError() method in ExecutionError46 public ExecutionError(@Nullable Error cause) { in ExecutionError() method in ExecutionError
31 public class ExecutionError extends Error { class33 protected ExecutionError() {} in ExecutionError() method in ExecutionError36 protected ExecutionError(@NullableDecl String message) { in ExecutionError() method in ExecutionError41 public ExecutionError(@NullableDecl String message, @NullableDecl Error cause) { in ExecutionError() method in ExecutionError46 public ExecutionError(@NullableDecl Error cause) { in ExecutionError() method in ExecutionError
125 TEST(ImmutableConstantOpTest, ExecutionError) { in TEST() argument