Package com.restfb.exception

Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.

See:
          Description

Interface Summary
FacebookExceptionMapper Specifies a method for mapping Graph and Old REST API exceptions to corresponding instances of FacebookException.
 

Exception Summary
FacebookException Root of the RestFB exception hierarchy.
FacebookGraphException Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition.
FacebookJsonMappingException Indicates that an error occurred while mapping JSON data to a Java object.
FacebookNetworkException Indicates that a network error occurred while trying to connect to the Facebook API endpoint.
FacebookOAuthException Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to the OAuth token included in the request.
FacebookQueryParseException Indicates that the Facebook Graph API endpoint returned JSON which indicates an error condition related to FQL query parsing.
FacebookResponseStatusException Indicates that the Legacy REST Facebook endpoint returned JSON which indicates an error condition.
 

Package com.restfb.exception Description

Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.

For full documentation and sample code, please see the RestFB website.



RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.