Interface IPSErrorHandler

All Superinterfaces:
com.helger.schematron.ISchematronErrorHandler
All Known Implementing Classes:
AbstractCollectingPSErrorHandler, AbstractPSErrorHandler, CollectingPSErrorHandler, DoNothingPSErrorHandler, LoggingPSErrorHandler, WrappedCollectingPSErrorHandler

public interface IPSErrorHandler extends com.helger.schematron.ISchematronErrorHandler
Base interface for a Pure Schematron error handler.
Rewritten in v5.6.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    error(IPSElement aSourceElement, String sMessage)
     
    static String
    getErrorFieldName(IPSElement aSourceElement)
     

    Methods inherited from interface com.helger.schematron.ISchematronErrorHandler

    handleError