Uses of Class
org.forgerock.json.JsonException
-
Packages that use JsonException Package Description org.forgerock.json Provides an API for the traversal and manipulation of JSON object model structures in Java.org.forgerock.json.schema.validator.exceptions Schema validator exceptions. -
-
Uses of JsonException in org.forgerock.json
Subclasses of JsonException in org.forgerock.json Modifier and Type Class Description class
JsonValueException
An exception that is thrown during JSON value operations. -
Uses of JsonException in org.forgerock.json.schema.validator.exceptions
Subclasses of JsonException in org.forgerock.json.schema.validator.exceptions Modifier and Type Class Description class
SchemaException
Encapsulate a general JSON validator error.class
ValidationException
Encapsulate a JSON validator error.
-