Uses of Class
io.vertx.openapi.validation.ValidatorException
-
Packages that use ValidatorException Package Description io.vertx.openapi.validation io.vertx.openapi.validation.analyser -
-
Uses of ValidatorException in io.vertx.openapi.validation
Subclasses of ValidatorException in io.vertx.openapi.validation Modifier and Type Class Description class
SchemaValidationException
A SchemaValidationException is a special case of aValidatorException
and is thrown, if the validation of a request or response fails due to a schema violation.Methods in io.vertx.openapi.validation that return ValidatorException Modifier and Type Method Description static ValidatorException
ValidatorException. createCantDecodeValue(Parameter parameter)
static ValidatorException
ValidatorException. createInvalidValueFormat(Parameter parameter)
static ValidatorException
ValidatorException. createMissingRequiredParameter(Parameter parameter)
static ValidatorException
ValidatorException. createOperationIdInvalid(String operationId)
static ValidatorException
ValidatorException. createOperationNotFound(HttpMethod method, String path)
static ValidatorException
ValidatorException. createResponseNotFound(int statusCode, String operation)
static ValidatorException
ValidatorException. createUnsupportedValueFormat(Parameter parameter)
-
Uses of ValidatorException in io.vertx.openapi.validation.analyser
Methods in io.vertx.openapi.validation.analyser that return ValidatorException Modifier and Type Method Description protected static ValidatorException
ContentAnalyser. buildSyntaxException(String message)
Builds aValidatorException
for the case that the content is syntactically incorrect.
-