Uses of Class
io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
-
Packages that use ParameterProcessorException.ParameterProcessorErrorType Package Description io.vertx.ext.web.validation -
-
Uses of ParameterProcessorException.ParameterProcessorErrorType in io.vertx.ext.web.validation
Methods in io.vertx.ext.web.validation that return ParameterProcessorException.ParameterProcessorErrorType Modifier and Type Method Description ParameterProcessorException.ParameterProcessorErrorType
ParameterProcessorException. getErrorType()
static ParameterProcessorException.ParameterProcessorErrorType
ParameterProcessorException.ParameterProcessorErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterProcessorException.ParameterProcessorErrorType[]
ParameterProcessorException.ParameterProcessorErrorType. 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 ParameterProcessorException.ParameterProcessorErrorType Constructor Description ParameterProcessorException(String message, boolean customMessage, String parameterName, io.vertx.ext.web.validation.impl.ParameterLocation location, ParameterProcessorException.ParameterProcessorErrorType errorType, Throwable cause)
-