Class SimpleSaxErrorHandler

java.lang.Object
org.springframework.util.xml.SimpleSaxErrorHandler
All Implemented Interfaces:
ErrorHandler

public class SimpleSaxErrorHandler extends Object implements ErrorHandler
Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
Since:
1.2
Author:
Juergen Hoeller