Uses of Interface
com.restfb.exception.FacebookExceptionMapper
Packages that use FacebookExceptionMapper
-
Uses of FacebookExceptionMapper in com.restfb.exception.generator
Classes in com.restfb.exception.generator that implement FacebookExceptionMapperModifier and TypeClassDescriptionprotected static class
A canned implementation ofFacebookExceptionMapper
that maps Graph API exceptions.Fields in com.restfb.exception.generator declared as FacebookExceptionMapperModifier and TypeFieldDescriptionprotected FacebookExceptionMapper
DefaultFacebookExceptionGenerator.graphFacebookExceptionMapper
Knows how to map Graph API exceptions to formal Java exception types.Methods in com.restfb.exception.generator that return FacebookExceptionMapperModifier and TypeMethodDescriptionprotected FacebookExceptionMapper
DefaultFacebookExceptionGenerator.createGraphFacebookExceptionMapper()
Specifies how we map Graph API exception types/messages to real Java exceptions.