Spring Web Services Framework

org.springframework.xml.validation
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 Summary
 SAXParseException[] getErrors()
          Returns the errors collected by this error handler.
 
Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
 

Method Detail

getErrors

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

Returns:
the errors

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.