Interface IValidationProblemReporter
-
- All Known Implementing Classes:
ValidationVisitor
public interface IValidationProblemReporterInterface used when performing validation - this gathers up any validation problem found so that they can be reported in some sensible way.- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(ValidationRuleMetaData rule, Node node, String property, String message)Called to report a validation rule violation.
-
-
-
Method Detail
-
report
void report(ValidationRuleMetaData rule, Node node, String property, String message)
Called to report a validation rule violation.- Parameters:
rule-node-property-message-
-
-