Uses of Class
io.vertx.openapi.validation.ValidatorException
Packages that use ValidatorException
-
Uses of ValidatorException in io.vertx.openapi.mediatype
Methods in io.vertx.openapi.mediatype that throw ValidatorExceptionModifier and TypeMethodDescriptionvoidContentAnalyser.checkSyntacticalCorrectness()Checks if the content has the expected format i.e. is syntactically correct. -
Uses of ValidatorException in io.vertx.openapi.validation
Subclasses of ValidatorException in io.vertx.openapi.validationModifier and TypeClassDescriptionclassA SchemaValidationException is a special case of aValidatorExceptionand is thrown, if the validation of a request or response fails due to a schema violation.Methods in io.vertx.openapi.validation that return ValidatorExceptionModifier and TypeMethodDescriptionstatic ValidatorExceptionValidatorException.createCantDecodeValue(Parameter parameter) static ValidatorExceptionValidatorException.createInvalidValueFormat(Parameter parameter) static ValidatorExceptionValidatorException.createMissingRequiredParameter(Parameter parameter) static ValidatorExceptionValidatorException.createOperationIdInvalid(String operationId) static ValidatorExceptionValidatorException.createOperationNotFound(HttpMethod method, String path) static ValidatorExceptionValidatorException.createResponseNotFound(int statusCode, String operation) static ValidatorExceptionValidatorException.createUnsupportedTransformation(Style style, SchemaType schemaType) static ValidatorExceptionValidatorException.createUnsupportedValueFormat(Parameter parameter)