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.