public interface FacebookGraphExceptionMapper
FacebookGraphException (or one of its
subclasses).| Modifier and Type | Method and Description |
|---|---|
FacebookGraphException |
exceptionForTypeAndMessage(String type,
String message)
Given a Graph API exception type and message, generates an instance of the
corresponding
FacebookGraphException or one of its subclasses. |
FacebookGraphException exceptionForTypeAndMessage(String type, String message)
FacebookGraphException or one of its subclasses.type - Graph API exception type field, e.g. "OAuthException".message - Graph API exception type field, e.g.
"Invalid access token signature."FacebookGraphException or one of its
subclasses.Copyright © 2014. All rights reserved.