public class ValidationResult extends Object
Constructor and Description |
---|
ValidationResult() |
Modifier and Type | Method and Description |
---|---|
List |
getErrors()
Return the list of errors.
|
List |
getWarnings()
Return the list of warnings.
|
boolean |
isAllOk()
Checks if there were any errors or warnings.
|
public boolean isAllOk()
public List getErrors()
public List getWarnings()
Copyright © 2005–2014. All rights reserved.