page,
getRoot(wikipedia, properties, ApiRequest.MAX_ATTEMPTS),
"/api/query/pages/page");
} catch (JDOMParseException e) {
log.error("Error retrieving page content", e);
throw new APIException("Error parsing XML", e);
} catch (APIException e) {
switch (e.getQueryResult()) {
case RV_NO_SUCH_SECTION:
// API Bug https://bugzilla.wikimedia.org/show_bug.cgi?id=26627
page.setExisting(Boolean.FALSE);