To include the value that failed validation in the exception message you can use "{0}" in the error message. This will be replaced with the failed value (converted to string using {@link #toString()}) or "null" if the value is null.
@author Vaadin Ltd. @since 5.4
|
|