public interface ValidationResult
| Modifier and Type | Method and Description |
|---|---|
String[] |
getErrorMessages() |
Throwable[] |
getErrors() |
String[] |
getWarningMessages() |
Throwable[] |
getWarnings() |
boolean |
hasError() |
boolean |
hasWarning() |
Copyright © 2008–2014 Mycila. All rights reserved.