public static class FieldGroup.FieldGroupInvalidValueException extends Validator.InvalidValueException
Constructor and Description |
---|
FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)
Constructs a new exception with the specified validation exceptions.
|
Modifier and Type | Method and Description |
---|---|
Map<Field<?>,Validator.InvalidValueException> |
getInvalidFields()
Returns a map containing fields which failed validation and the
exceptions the corresponding validators threw.
|
getCauses, getHtmlMessage, isInvisible
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)
invalidValueExceptions
- a property id to exception mappublic Map<Field<?>,Validator.InvalidValueException> getInvalidFields()
Copyright © 2023 Vaadin Ltd. All rights reserved.