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