Uses of Class
it.sauronsoftware.feed4j.FeedException

Packages that use FeedException
it.sauronsoftware.feed4j This package contains the feed parser and its related exceptions. 
 

Uses of FeedException in it.sauronsoftware.feed4j
 

Subclasses of FeedException in it.sauronsoftware.feed4j
 class FeedIOException
          This kind of exception is thrown by the parser every time a I/O error occurs during the reading of a feed.
 class FeedXMLParseException
          This kind of exception is thrown every time a XML parsing problem occour during the parse process.
 class UnsupportedFeedException
          This means that the parser has encountered a feed whose type is unfortunately unsupported.