public class ValidationResult extends Object
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String error) |
List<String> |
getErrors() |
String |
getErrorsJoined() |
boolean |
hasErrors() |
Copyright © 2015. All rights reserved.