propagate exception

This commit is contained in:
Athou
2014-02-02 12:30:41 +01:00
parent faf69b43c3
commit 4c27da0433

View File

@@ -50,6 +50,8 @@ public class FeedFetcher {
result = getter.getBinary(extractedUrl, lastModified, eTag, timeout);
content = result.getContent();
fetchedFeed = parser.parse(feedUrl, content);
} else {
throw e;
}
} else {
throw e;