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