public class FacebookGraphResponseException extends FacebookException
| Constructor and Description |
|---|
FacebookGraphResponseException(GraphResponse graphResponse,
java.lang.String errorMessage)
Constructs a new FacebookGraphResponseException.
|
| Modifier and Type | Method and Description |
|---|---|
GraphResponse |
getGraphResponse()
Getter for the graph response with the issue.
|
java.lang.String |
toString() |
public FacebookGraphResponseException(GraphResponse graphResponse, java.lang.String errorMessage)
graphResponse - The graph response with issue.errorMessage - The error message.public final GraphResponse getGraphResponse()
public final java.lang.String toString()
toString in class FacebookException