Package | Description |
---|---|
io.vertx.ext.web.validation |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
BodyProcessorException(String message,
Throwable cause,
String actualContentType,
BodyProcessorException.BodyProcessorErrorType errorType) |
Copyright © 2025 Eclipse. All rights reserved.