Uses of Interface
com.restfb.exception.generator.FacebookExceptionGenerator
-
Packages that use FacebookExceptionGenerator Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.exception.generator -
-
Uses of FacebookExceptionGenerator in com.restfb
Methods in com.restfb that return FacebookExceptionGenerator Modifier and Type Method Description FacebookExceptionGenerator
DefaultFacebookClient. getFacebookExceptionGenerator()
fetch the current facebook exception generator implementing theFacebookExceptionGenerator
interfaceMethods in com.restfb with parameters of type FacebookExceptionGenerator Modifier and Type Method Description void
DefaultFacebookClient. setFacebookExceptionGenerator(FacebookExceptionGenerator exceptionGenerator)
override the default facebook exception generator to provide a custom handling for the facebook error objects -
Uses of FacebookExceptionGenerator in com.restfb.exception.generator
Classes in com.restfb.exception.generator that implement FacebookExceptionGenerator Modifier and Type Class Description class
DefaultFacebookExceptionGenerator
-