+ e.getMessage(), ToolsPage.class);
}
}
private void importPTSW() throws UserReportableException {
PTSWImport importer = new PTSWImport();
try {
importer.importLatestDOAP();
} catch (SimalRepositoryException e) {
throw new UserReportableException(
"Unable to import data into the repostory", ToolsPage.class, e);
} catch (SimalException e) {
throw new UserReportableException("Unable to import data from PTSW",