rss2i.py: Catch exceptions
All exceptions should be caught and "transformed" into nice displaying error messages. An incomplete list of uncaught exceptions:
- rss2ipy.DecodeError during download
- rss2ipy.MissingPages during download
- rss2ipy.SerialTimeout
- ...
This is somewhat related to #8 (closed): When there is a more-detailed error message available within the exception, this should be display, too.