FacebookGraphResponseException
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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

Erweiterungen:FacebookException
Package:facebook
Konstruktoren
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
ParameterBeschreibung
graphResponseThe graph response with issue.
errorMessageThe error message.
Instance-Methoden
getGraphResponse()

Getter for the graph response with the issue.

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