Uses of Class
com.clumd.projects.javajson.exceptions.json.JsonParseException
| Package | Description |
|---|---|
| com.clumd.projects.javajson.api | |
| com.clumd.projects.javajson.core |
-
Uses of JsonParseException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw JsonParseException Modifier and Type Method Description JsonJson. createFromMultilineString(List<String> jsonFragment)Convert the contents of consecutive Strings into the JSON representation of them.JsonJson. 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 JsonParseException Modifier and Type Method Description protected JsonParseExceptionJsonTape. newTypedException(String message)