Package com.restfb.json
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.restfb.json.ParseException
- All Implemented Interfaces:
Serializable
An unchecked exception to indicate that an input does not qualify as valid JSON.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the location at which the error occurred.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getLocation
Returns the location at which the error occurred.- Returns:
- the error location
-