Uses of Class
io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
-
Packages that use BodyProcessorException.BodyProcessorErrorType Package Description io.vertx.ext.web.validation -
-
Uses of BodyProcessorException.BodyProcessorErrorType in io.vertx.ext.web.validation
Methods in io.vertx.ext.web.validation that return BodyProcessorException.BodyProcessorErrorType Modifier and Type Method Description BodyProcessorException.BodyProcessorErrorType
BodyProcessorException. getErrorType()
static BodyProcessorException.BodyProcessorErrorType
BodyProcessorException.BodyProcessorErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BodyProcessorException.BodyProcessorErrorType[]
BodyProcessorException.BodyProcessorErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertx.ext.web.validation with parameters of type BodyProcessorException.BodyProcessorErrorType Constructor Description BodyProcessorException(String message, Throwable cause, String actualContentType, BodyProcessorException.BodyProcessorErrorType errorType)
-