Uses of Class
com.restfb.exception.ExceptionInformation
Packages that use 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
Methods in com.restfb.exception with parameters of type ExceptionInformationModifier 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
Methods in com.restfb.exception.generator that return ExceptionInformationModifier and TypeMethodDescriptionprotected ExceptionInformation
DefaultFacebookExceptionGenerator.createFacebookResponseTypeAndMessageContainer
(JsonObject errorObject, Integer httpStatusCode) Methods in com.restfb.exception.generator with parameters of type ExceptionInformationModifier and TypeMethodDescriptionDefaultFacebookExceptionGenerator.DefaultGraphFacebookExceptionMapper.exceptionForTypeAndMessage
(ExceptionInformation container)