Android SDK Version
All Implemented Interfaces:
java.io.Serializable


public final class FacebookGraphResponseException
extends FacebookException
Represents an issue that's returned by the Graph API.
Field Summary
Modifier and TypeFieldDescription
private final GraphResponsegraphResponse
private final Throwablecause
private final Stringmessage
Constructor Summary
ConstructorDescription
FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
Method Summary
Modifier and TypeMethodDescription
final GraphResponsegetGraphResponse()
ThrowablegetCause()
StringgetMessage()
StringtoString() Getter for the graph response with the issue.
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

FacebookGraphResponseException

FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
Parameters:
graphResponse - The graph response with issue.
errorMessage - The error message.
Method Detail

getGraphResponse

 final GraphResponsegetGraphResponse()

getMessage

StringgetMessage()

toString

StringtoString()
Getter for the graph response with the issue.