CS2103-AY1819S2-W10-1 / main

📖☕ README integrated bookmark manager and feed reader application
https://cs2103-ay1819s2-w10-1.github.io/main/
MIT License
3 stars 5 forks source link

Invalid entries in feed throws uncaught IllegalArgumentException #136

Closed qjqqyy closed 5 years ago

qjqqyy commented 5 years ago

When trying to view a feed that has an entry considered invalid by us, IllegalArgumentException was thrown to stdout instead of providing feedback to the user.

An example is https://en.wikipedia.org/wiki/Symphony_No._33_(Mozart) in https://www.bing.com/search?q=33&format=rss

Related to

thomastanck commented 5 years ago

Resolved by #157.