253254255256257258259260261262
result = doProcessResultSet(name, resultSet); } catch (SQLException e) { logger.warn("Unable to obtain next resultSet", e); throw new ResultSetProcessingException("Error processing result set: " + name, e); } return result; }