Interface ValidationProblemHandler


  • public interface ValidationProblemHandler
    This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler. Such handlers can be used, for example, to collect validation problems without automatically throwing exceptions. It can also be used to throw exception for problems that by default would only be reported as warnings.