Interface IValidationProblemReporter

  • All Known Implementing Classes:
    ValidationVisitor

    public interface IValidationProblemReporter
    Interface 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 Detail

      • report

        void report​(ValidationRuleMetaData rule,
                    Node node,
                    String property,
                    String message)
        Called to report a validation rule violation.
        Parameters:
        rule -
        node -
        property -
        message -