Uses of Enum
io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
Packages that use ParameterProcessorException.ParameterProcessorErrorType
-
Uses of ParameterProcessorException.ParameterProcessorErrorType in io.vertx.ext.web.validation
Subclasses with type arguments of type ParameterProcessorException.ParameterProcessorErrorType in io.vertx.ext.web.validationModifier and TypeClassDescriptionstatic enumMethods in io.vertx.ext.web.validation that return ParameterProcessorException.ParameterProcessorErrorTypeModifier and TypeMethodDescriptionParameterProcessorException.getErrorType()Returns the enum constant of this type with the specified name.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.ParameterProcessorErrorTypeModifierConstructorDescriptionParameterProcessorException(String message, boolean customMessage, String parameterName, io.vertx.ext.web.validation.impl.ParameterLocation location, ParameterProcessorException.ParameterProcessorErrorType errorType, Throwable cause)