ContentType.valueOf(Integer.parseInt(vals[1])),
(communityId = Integer.parseInt(vals[2])), Timestamp
.valueOf(vals[3]));
String data = record.getDataExport();
community = new Community();
community.fromString(data);
}
} catch (NullPointerException e) {
goToList = true;
errors.add("Invalid history request format.");
} catch (NumberFormatException e) {