public interface BindingError extends ParamError
Represents a single error that occurred while binding a parameter to a controller
method argument or controller field using a binding annotation like
FormParam.
| Modifier and Type | Method and Description |
|---|---|
String |
getSubmittedValue()
Provides access to the raw submitted value of the parameter which caused the
binding to fail.
|
getMessage, getParamNameString getSubmittedValue()
Comments to: mvc-dev@eclipse.org.
Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.