Interface ISchematronErrorHandler


public interface ISchematronErrorHandler
Base interface for a Schematron error handler.
Since:
6.0.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleError(com.helger.commons.error.IError aError)
    Handle a warning or error
  • Method Details

    • handleError

      void handleError(@Nonnull com.helger.commons.error.IError aError)
      Handle a warning or error
      Parameters:
      aError - The structured error. May not be null.