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() |
Apache CXF