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, isInvisibleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)
invalidValueExceptions - a property id to exception mappublic Map<Field<?>,Validator.InvalidValueException> getInvalidFields()
Copyright © 2016 Vaadin Ltd. All rights reserved.