Uses of Class
com.networknt.schema.SchemaException
-
Packages that use SchemaException Package Description com.networknt.schema com.networknt.schema.keyword -
-
Uses of SchemaException in com.networknt.schema
Subclasses of SchemaException in com.networknt.schema Modifier and Type Class Description classInvalidSchemaExceptionThrown when an invalid schema is used.classInvalidSchemaRefExceptionThrown when an invalid schema ref is used.classMissingSchemaKeywordExceptionThrown when the $schema keyword is expected as no default dialect id was specified. -
Uses of SchemaException in com.networknt.schema.keyword
Methods in com.networknt.schema.keyword that throw SchemaException Modifier and Type Method Description KeywordValidatorKeyword. newValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, SchemaContext schemaContext)Creates a new validator for the keyword.default voidKeywordValidator. preloadSchema()In case theKeywordValidatorhas a relatedSchemaor several ones, calling preloadSchema will actually load the schema document(s) eagerly.
-