Uses of Class
com.restfb.exception.ExceptionInformation
Package
Description
Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.
-
Uses of ExceptionInformation in com.restfb.exception
Modifier and TypeMethodDescriptionFacebookExceptionMapper.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
Modifier and TypeMethodDescriptionprotected ExceptionInformation
DefaultFacebookExceptionGenerator.createFacebookResponseTypeAndMessageContainer
(JsonObject errorObject, Integer httpStatusCode) Modifier and TypeMethodDescriptionDefaultFacebookExceptionGenerator.DefaultGraphFacebookExceptionMapper.exceptionForTypeAndMessage
(ExceptionInformation container)