changes.add(new ChangeLogEntry(this, elem.getChildTextTrim("user"), elem.getChildTextTrim("comment"), elem
.getChildTextTrim("date")));
}
}
} catch (JDOMException ex) {
throw new RQLException("JDOM exception parsing of changes (hip_change_log) in page " + getPageInfoText() + " not possible.", ex);
} catch (IOException ex) {
throw new RQLException("IO exception parsing of changes (hip_change_log) in page " + getPageInfoText() + " not possible.", ex);
}
}
return changes;
}