We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
Packages that use EndpointValidationException.ValidationErrorData
-
Uses of EndpointValidationException.ValidationErrorData in com.vaadin.hilla.exception
Methods in com.vaadin.hilla.exception that return types with arguments of type EndpointValidationException.ValidationErrorDataModifier and TypeMethodDescriptionEndpointValidationException.getValidationErrorData()
Gets the collection of the data on the validation errors.
Constructors in com.vaadin.hilla.exception with parameters of type EndpointValidationException.ValidationErrorDataModifierConstructorDescriptionCreates a validation exception from the error data.
Constructor parameters in com.vaadin.hilla.exception with type arguments of type EndpointValidationException.ValidationErrorDataModifierConstructorDescriptionEndpointValidationException
(String message, List<EndpointValidationException.ValidationErrorData> validationErrorData) Creates a validation exception from a error data list.
EndpointValidationException
(List<EndpointValidationException.ValidationErrorData> validationErrorData) Creates a validation exception from a error data list.