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.