Serialized Form
-
Package io.vertx.ext.web.validation
-
Class io.vertx.ext.web.validation.BadRequestException extends VertxException implements Serializable
-
Class io.vertx.ext.web.validation.BodyProcessorException extends BadRequestException implements Serializable
-
Serialized Fields
-
actualContentType
String actualContentType
-
errorType
BodyProcessorException.BodyProcessorErrorType errorType
-
-
-
Class io.vertx.ext.web.validation.MalformedValueException extends VertxException implements Serializable
-
Class io.vertx.ext.web.validation.ParameterProcessorException extends BadRequestException implements Serializable
-
Serialized Fields
-
errorType
ParameterProcessorException.ParameterProcessorErrorType errorType
-
location
io.vertx.ext.web.validation.impl.ParameterLocation location
-
parameterName
String parameterName
-
-
-
Class io.vertx.ext.web.validation.RequestPredicateException extends BadRequestException implements Serializable
-