Uses of Class
com.restfb.exception.ResponseErrorJsonParsingException
-
Packages that use ResponseErrorJsonParsingException Package Description com.restfb.exception.generator -
-
Uses of ResponseErrorJsonParsingException in com.restfb.exception.generator
Methods in com.restfb.exception.generator that throw ResponseErrorJsonParsingException Modifier and Type Method Description protected void
DefaultFacebookExceptionGenerator. skipResponseStatusExceptionParsing(String json)
checks if a string may be a json and contains a error string somewhere, this is used for speedup the error parsing
-