Package com.helger.schematron
Interface ISchematronErrorHandler
public interface ISchematronErrorHandler
Base interface for a Schematron error handler.
- Since:
- 6.0.0
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(com.helger.commons.error.IError aError) Handle a warning or error
-
Method Details
-
handleError
Handle a warning or error- Parameters:
aError- The structured error. May not benull.
-