Uses of Interface
com.restfb.exception.FacebookExceptionMapper
-
Packages that use FacebookExceptionMapper Package Description com.restfb.exception.generator -
-
Uses of FacebookExceptionMapper in com.restfb.exception.generator
Classes in com.restfb.exception.generator that implement FacebookExceptionMapper Modifier and Type Class Description protected static class
DefaultFacebookExceptionGenerator.DefaultGraphFacebookExceptionMapper
A canned implementation ofFacebookExceptionMapper
that maps Graph API exceptions.Fields in com.restfb.exception.generator declared as FacebookExceptionMapper Modifier and Type Field Description protected FacebookExceptionMapper
DefaultFacebookExceptionGenerator. graphFacebookExceptionMapper
Knows how to map Graph API exceptions to formal Java exception types.Methods in com.restfb.exception.generator that return FacebookExceptionMapper Modifier and Type Method Description protected FacebookExceptionMapper
DefaultFacebookExceptionGenerator. createGraphFacebookExceptionMapper()
Specifies how we map Graph API exception types/messages to real Java exceptions.
-