Uses of Class
net.sf.jdigg.exception.ResponseParserException

Packages that use ResponseParserException
net.sf.jdigg.parser Parser for Digg responses (this is an internal package and not part of the API) 
net.sf.jdigg.requests Classes to execute requests 
 

Uses of ResponseParserException in net.sf.jdigg.parser
 

Methods in net.sf.jdigg.parser that throw ResponseParserException
static Comments ResponseParser.parseComments(java.io.InputStream inputStream)
           
static Containers ResponseParser.parseContainers(java.io.InputStream inputStream)
           
static Stories ResponseParser.parseStories(java.io.InputStream inputStream)
           
 

Uses of ResponseParserException in net.sf.jdigg.requests
 

Methods in net.sf.jdigg.requests that throw ResponseParserException
 Comments ListCommentsRequest.allComments(ListCommentsArguments listCommentsArguments)
          All comments.
 Containers ListContainersRequest.allContainers(ListContainersArguments listContainersArguments)
          Get a list of all containers.
 Stories ListStoriesRequest.allStories(ListStoriesArguments listStoriesArguments)
          All stories.
 Stories ListStoriesRequest.allStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container)
          All stories from a given container.
 Stories ListStoriesRequest.allStoriesFromGivenTopic(ListStoriesArguments listStoriesArguments, java.lang.String topic)
          All stories from a given topic.
 Stories ListStoriesRequest.hotStories(ListStoriesArguments listStoriesArguments)
          Hot stories (Draft).
 Stories ListStoriesRequest.hotStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container)
          Hot stories from a given container.
 Comments ListCommentsRequest.popularComments(ListCommentsArguments listCommentsArguments)
          All comments on popular stories.
 Stories ListStoriesRequest.popularStories(ListStoriesArguments listStoriesArguments)
          Popular stories.
 Stories ListStoriesRequest.popularStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container)
          Popular stories from a given container.
 Stories ListStoriesRequest.popularStoriesFromGivenTopic(ListStoriesArguments listStoriesArguments, java.lang.String topic)
          Popular stories from a given topic.
 Containers ListContainersRequest.specifiedContainer(ListContainersArguments listContainersArguments, java.lang.String container)
          Get a specified container.
 Comments ListCommentsRequest.topLevelCommentsForGivenStory(ListCommentsArguments listCommentsArguments, int id)
          Top-level comments for a given story.
 Stories ListStoriesRequest.topStories(ListStoriesArguments listStoriesArguments)
          Top stories (Draft).
 Stories ListStoriesRequest.topStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container)
          Top stories from a given container (Draft).
 Comments ListCommentsRequest.upcomingComments(ListCommentsArguments listCommentsArguments)
          All comments on upcoming stories.
 Stories ListStoriesRequest.upcomingStories(ListStoriesArguments listStoriesArguments)
          Upcoming stories.
 Stories ListStoriesRequest.upcomingStoriesFromGivenContainer(ListStoriesArguments listStoriesArguments, java.lang.String container)
          Upcoming stories from a given container.
 



Copyright © 2008. All Rights Reserved.