Uses of Class
org.opensextant.data.social.MessageParseException
Packages that use MessageParseException
-
Uses of MessageParseException in org.opensextant.data.social
Methods in org.opensextant.data.social that throw MessageParseExceptionModifier and TypeMethodDescriptionvoidTweet.fromJSON(jodd.json.JsonObject tw) If "base data" has been filled in by other method, e.g., TW4J or other formal API, then avoid parsing the basics here: id, text ,author*, date, lang, are checked if null.protected StringFind a best ID from many possible places where ID, id, id_str, etc, reside.protected voidvoidJSONListener.readObject(String obj) API method to allow implementation to read string, e.g., TW4J factory uses strictly String args in a JSON context.voidJSONListener.readObject(jodd.json.JsonObject obj)