@FunctionalInterface public static interface InputReader.ErrorMessagesProvider
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrorMessages(String sVal,
String itemName)
Returns the list of error messages for the given string representation of the value
|
List<String> getErrorMessages(String sVal, String itemName)
sVal - the string representation of the valueitemName - the name of the item corresponding to this value. May be null.