Uses of Class
org.jperdian.rss2.RssException

Packages that use RssException
org.jperdian.rss2   
org.jperdian.rss2.dom   
org.jperdian.rss2.gui   
 

Uses of RssException in org.jperdian.rss2
 

Subclasses of RssException in org.jperdian.rss2
 class RssParseException
          Thrown to indicate that the RSS provider sent an illegal document
 

Methods in org.jperdian.rss2 that throw RssException
 RssChannel RssParser.parse(java.net.URL sourceURL, RssChannel targetChannel)
          Transfers the given XML document into a value RssMessage object
 RssChannel RssClient.getData()
          Reads the data from the remote RSS source and create a new RssChannel object that contains the data that has been read
 void RssClient.loadData(RssChannel channel)
          Loads the data into the given RssChannel
 

Uses of RssException in org.jperdian.rss2.dom
 

Methods in org.jperdian.rss2.dom that throw RssException
 void RssChannel.update()
          Updates the data in the current channel
 

Uses of RssException in org.jperdian.rss2.gui
 

Methods in org.jperdian.rss2.gui with parameters of type RssException
 void RssContentPanel.showLoadingFailure(RssException e)
          Shows an information that new data could not be loaded