FacebookGraphResponseException
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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

Perpanjang:FacebookException
Paket:facebook
Konstruktor
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

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

Getter for the graph response with the issue.

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