Uses of Class
com.clumd.projects.javajson.exceptions.json.JsonParseException
Packages that use JsonParseException
-
Uses of JsonParseException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw JsonParseExceptionModifier and TypeMethodDescriptionJson.createFromMultilineString(List<String> jsonFragment) Convert the contents of consecutive Strings into the JSON representation of them.Json.createFromString(String jsonFragment) Convert the contents of a String into the JSON representation. -
Uses of JsonParseException in com.clumd.projects.javajson.core
Methods in com.clumd.projects.javajson.core that return JsonParseExceptionModifier and TypeMethodDescriptionprotected JsonParseExceptionJsonTape.newTypedException(String message)