Uses of Class
com.restfb.exception.ExceptionInformation
-
Packages that use ExceptionInformation Package Description com.restfb.exception Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.com.restfb.exception.generator -
-
Uses of ExceptionInformation in com.restfb.exception
Methods in com.restfb.exception with parameters of type ExceptionInformation Modifier and Type Method Description FacebookException
FacebookExceptionMapper. exceptionForTypeAndMessage(ExceptionInformation container)
Given a Facebook API exception type and message, generates an instance of the correspondingFacebookGraphException
or one of its subclasses. -
Uses of ExceptionInformation in com.restfb.exception.generator
Methods in com.restfb.exception.generator that return ExceptionInformation Modifier and Type Method Description protected ExceptionInformation
DefaultFacebookExceptionGenerator. createFacebookResponseTypeAndMessageContainer(JsonObject errorObject, Integer httpStatusCode)
Methods in com.restfb.exception.generator with parameters of type ExceptionInformation Modifier and Type Method Description FacebookException
DefaultFacebookExceptionGenerator.DefaultGraphFacebookExceptionMapper. exceptionForTypeAndMessage(ExceptionInformation container)
-