Uses of Class
com.sun.syndication.fetcher.FetcherException

Packages that use FetcherException
com.sun.syndication.fetcher Contains a basic collection of interfaces and classes for fetching ROME based SyndFeed objects. 
com.sun.syndication.fetcher.impl Contains a concrete http based implementation of the ROME newsfeed fetching framework. 
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
 

Uses of FetcherException in com.sun.syndication.fetcher
 

Methods in com.sun.syndication.fetcher that throw FetcherException
 SyndFeed FeedFetcher.retrieveFeed(URL feedUrl)
          Retrieve a feed over HTTP
 

Uses of FetcherException in com.sun.syndication.fetcher.impl
 

Methods in com.sun.syndication.fetcher.impl that throw FetcherException
 SyndFeed HttpURLFeedFetcher.retrieveFeed(URL feedUrl)
          Retrieve a feed over HTTP
protected  void HttpURLFeedFetcher.retrieveAndCacheFeed(URL feedUrl, SyndFeedInfo syndFeedInfo, HttpURLConnection connection)
           
protected  void AbstractFeedFetcher.handleErrorCodes(int responseCode)
          Handles HTTP error codes.
protected  void AbstractFeedFetcher.throw4XXError(int responseCode)
           
protected  void AbstractFeedFetcher.throwAuthenticationError(int responseCode)
           
 

Uses of FetcherException in net.sourceforge.java.feednread.backend.jobs
 

Methods in net.sourceforge.java.feednread.backend.jobs that throw FetcherException
protected  NewsFeed NewsFeedParserJob.parseNewsFeed(IProgressMonitor monitor)
           Parses the newsfeed into a NewsFeed representation.
protected  NewsFeed NewsFeedAggregatorJob.parseNewsFeed(IProgressMonitor monitor)
           Parses the newsfeed into a NewsFeed representation.