Package it.sauronsoftware.feed4j

This package contains the feed parser and its related exceptions.

See:
          Description

Class Summary
FeedParser The feed parser.
 

Exception Summary
FeedException The base kind of the exceptions thrown by the feed parser.
FeedIOException This kind of exception is thrown by the parser every time a I/O error occurs during the reading of a feed.
FeedXMLParseException This kind of exception is thrown every time a XML parsing problem occour during the parse process.
UnsupportedFeedException This means that the parser has encountered a feed whose type is unfortunately unsupported.
 

Package it.sauronsoftware.feed4j Description

This package contains the feed parser and its related exceptions.