Searched defs:ExecutionError (Results 1 – 2 of 2) sorted by relevance
36 public class ExecutionError extends Error { class40 protected ExecutionError() {} in ExecutionError() method in ExecutionError45 protected ExecutionError(@Nullable String message) { in ExecutionError() method in ExecutionError52 public ExecutionError(@Nullable String message, @Nullable Error cause) { in ExecutionError() method in ExecutionError59 public ExecutionError(@Nullable Error cause) { in ExecutionError() method in ExecutionError
121 TEST(ImmutableConstantOpTest, ExecutionError) { in TEST() argument