Uses of Class
com.clumd.projects.javajson.exceptions.SchemaException
Packages that use SchemaException
-
Uses of SchemaException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw SchemaExceptionModifier and TypeMethodDescriptionbooleanJsonSchemaEnforceable.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.schemaModifier and TypeClassDescriptionclassThis exception is used when a provided schema, IS valid JSON, but is NOT a valid Schema.classThis exception is used validating a JSON object against a schema, a violation of one of the Schema's constraints was found.