FacebookGraphResponseException
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

Represents an issue that's returned by the Graph API.

Prolonge :FacebookException
Package :facebook
Constructeurs
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
ParamètreDescription
graphResponseThe graph response with issue.
errorMessageThe error message.
Méthodes d’instance
getGraphResponse()

Getter for the graph response with the issue.

public final GraphResponse getGraphResponse()
Returns
The graph response with the issue.