4647484950515253545556
TableProducer producer = new TableProducer() { public StarTable getTable() throws TaskException { try { return new RegistryStarTable( query ); } catch ( Exception e ) { throw new ExecutionException( "Query failed: " + e.getMessage(), e ); }