try {
if (!ajb.isConfigured(true)) {
throw new IllegalStateException("Unknown job configuration issue!");
}
Injector injector = Guice.createInjector(new DCModule(_parentModule, ajb));
RunAnalysisActionListener actionListener = injector.getInstance(RunAnalysisActionListener.class);
actionListener.actionPerformed(event);
} catch (Exception e) {
WidgetUtils.showErrorMessage("Error", "Could not perform quick analysis on table " + _table.getName(), e);