public static void handleExecutionError( @NotNull Project project, @NotNull String toolWindowId, @NotNull RunProfile runProfile, @NotNull ExecutionException e) { handleExecutionError(project, toolWindowId, runProfile.getName(), e); }
@Nullable public RunProfileState getState(final Executor executor) throws ExecutionException { return myRunProfile.getState(executor, this); }