Uses of Class
io.vertx.ext.web.validation.MalformedValueException
-
Packages that use MalformedValueException Package Description io.vertx.ext.web.validation -
-
Uses of MalformedValueException in io.vertx.ext.web.validation
Methods in io.vertx.ext.web.validation with parameters of type MalformedValueException Modifier and Type Method Description static BodyProcessorException
BodyProcessorException. createParsingError(String contentType, MalformedValueException cause)
static ParameterProcessorException
ParameterProcessorException. createParsingError(String parameterName, io.vertx.ext.web.validation.impl.ParameterLocation location, MalformedValueException cause)
-