Uses of Class
com.clumd.projects.javajson.exceptions.SchemaException
| Package | Description |
|---|---|
| com.clumd.projects.javajson.api | |
| com.clumd.projects.javajson.exceptions.schema |
-
Uses of SchemaException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw SchemaException Modifier and Type Method Description booleanJsonSchemaEnforceable. validateWithReasoning(Json objectToValidate, Json againstSchema)Validate with the potential to throw exceptions to the caller.booleanJsonSchemaEnforcer. validateWithReasoning(Json objectToValidate, Json againstSchema) -
Uses of SchemaException in com.clumd.projects.javajson.exceptions.schema
Subclasses of SchemaException in com.clumd.projects.javajson.exceptions.schema Modifier and Type Class Description classInvalidSchemaExceptionThis exception is used when a provided schema, IS valid JSON, but is NOT a valid Schema.classSchemaViolationExceptionThis exception is used validating a JSON object against a schema, a violation of one of the Schema's constraints was found.