Uses of Class
javax.json.JsonException
-
Packages that use JsonException Package Description javax.json.stream Provides a streaming API to parse and generate JSON. -
-
Uses of JsonException in javax.json.stream
Subclasses of JsonException in javax.json.stream Modifier and Type Class Description class
JsonGenerationException
JsonGenerationException
indicates an incorrect JSON is being generated.class
JsonParsingException
JsonParsingException
is used when an incorrect JSON is being parsed.
-