public final class ValidationResult extends Object
Constructor and Description |
---|
ValidationResult() |
Modifier and Type | Method and Description |
---|---|
void |
addError(Message msg) |
void |
addError(String error) |
void |
addWarning(Message msg) |
void |
addWarning(String warning) |
Stack<String> |
getErrors() |
Stack<String> |
getWarnings() |
boolean |
hasWarnings() |
boolean |
isSuccessful() |
String |
toString() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.