public class FacebookQueryParseException extends FacebookGraphException
{
"error": {
"type": "QueryParseException",
"message": "Some of the aliases you requested do not exist: xxxxx"
}
}
Constructor and Description |
---|
FacebookQueryParseException(String errorType,
String errorMessage)
Creates an exception with the given error type and message.
|
getErrorMessage, getErrorType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FacebookQueryParseException(String errorType, String errorMessage)
errorType
- Value of the Facebook response attribute error.type
.errorMessage
- Value of the Facebook response attribute error.message
.Copyright © 2014. All rights reserved.