Interface ValidationErrorHandler

All Superinterfaces:
ErrorHandler

public interface ValidationErrorHandler extends ErrorHandler
Subinterface of ErrorHandler that allows the registered errors to be retrieved.
Since:
2.0.1
Author:
Arjen Poutsma
  • Method Details

    • getErrors

      SAXParseException[] getErrors()
      Returns the errors collected by this error handler.
      Returns:
      the errors