Uses of Class
cloud.opencode.base.json.exception.JsonSchemaException
Packages that use JsonSchemaException
Package
Description
JSON Exception - JSON Processing Exceptions
JSON Exception - JSON 处理异常
-
Uses of JsonSchemaException in cloud.opencode.base.json.exception
Methods in cloud.opencode.base.json.exception that return JsonSchemaExceptionModifier and TypeMethodDescriptionJsonSchemaException.Builder.build()Builds the exception.static JsonSchemaExceptionJsonSchemaException.constraintViolation(String path, String constraint, String message) Creates an exception for a constraint violation error.static JsonSchemaExceptionJsonSchemaException.missingRequired(String path, String property) Creates an exception for a required property error.static JsonSchemaExceptionJsonSchemaException.patternMismatch(String path, String pattern, String value) Creates an exception for a pattern mismatch error.static JsonSchemaExceptionJsonSchemaException.typeMismatch(String path, String expected, String actual) Creates an exception for a type mismatch error.Methods in cloud.opencode.base.json.exception that throw JsonSchemaExceptionModifier and TypeMethodDescriptionvoidJsonSchemaException.Builder.throwIfErrors()Builds and throws the exception if there are errors.