sq.addArgument("REQUEST", "queryData");
starTable = sq.execute(factory);
}
if (_progressPanel.isInterrupted()) {
throw new ProgressException("Interrupted");
}
if (starTable == null) {
throw new RuntimeException("Catalog type not supported: " + _standardId);
} else {