Interface ValidationErrorHandler
- All Superinterfaces:
ErrorHandler
Subinterface of
ErrorHandler
that allows the registered errors to be retrieved.- Since:
- 2.0.1
- Author:
- Arjen Poutsma
-
Method Summary
Modifier and TypeMethodDescriptionReturns the errors collected by this error handler.Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
-
Method Details
-
getErrors
SAXParseException[] getErrors()Returns the errors collected by this error handler.- Returns:
- the errors
-