FacebookGraphResponseException
Доступна более новая версия данного класса. Посетите текущую версию.

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

Расширение:FacebookException
Пакет:facebook
Конструкторы
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
ПараметрОписание
graphResponseThe graph response with issue.
errorMessageThe error message.
Методы экземпляра
getGraphResponse()

Getter for the graph response with the issue.

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