public interface ValidationResult
Modifier and Type | Method and Description |
---|---|
String[] |
getErrorMessages() |
Throwable[] |
getErrors() |
String[] |
getWarningMessages() |
Throwable[] |
getWarnings() |
boolean |
hasError() |
boolean |
hasWarning() |
Copyright © 2008-2012 Mathieu Carbou. All Rights Reserved.