Package | Description |
---|---|
io.vertx.ext.web.validation |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ParameterProcessorException(String message,
String parameterName,
io.vertx.ext.web.validation.impl.ParameterLocation location,
ParameterProcessorException.ParameterProcessorErrorType errorType,
Throwable cause) |
Copyright © 2022 Eclipse. All rights reserved.