public class FacebookGraphException extends FacebookException
{
"error": {
"type": "Exception",
"message": "..."
}
}
Constructor and Description |
---|
FacebookGraphException(String errorType,
String errorMessage)
Creates an exception with the given error type and message.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Gets the Facebook Graph API error message.
|
String |
getErrorType()
Gets the Facebook Graph API error type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014. All rights reserved.