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