String title = entry.getTitle();
String description = entry.getDescription().getValue();
if (description.indexOf(RESPONSE_INVALID_KEYWORD) >= 0) {
throw new InvalidLocationException(RESPONSE_INVALID_LOCATION);
}
weatherServiceStatus.setTitle(title);
weatherServiceStatus.setDescription(description);
}