Package | Description |
---|---|
io.vertx.openapi.validation |
Modifier and Type | Method and Description |
---|---|
ValidatorErrorType |
ValidatorException.type() |
static ValidatorErrorType |
ValidatorErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidatorErrorType[] |
ValidatorErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ValidatorException(String message,
ValidatorErrorType type) |
ValidatorException(String message,
ValidatorErrorType type,
Throwable cause) |
Copyright © 2024 Eclipse. All rights reserved.