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