org.springframework.util.xml
Class SimpleSaxErrorHandler
java.lang.Object
   org.springframework.util.xml.SimpleSaxErrorHandler
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
| Constructor Summary | 
| SimpleSaxErrorHandler(Log logger)Create a new SimpleSaxErrorHandler for the given
 Commons Logging logger instance.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleSaxErrorHandler
public SimpleSaxErrorHandler(Log logger)
- Create a new SimpleSaxErrorHandler for the given
 Commons Logging logger instance.
 
warning
public void warning(SAXParseException ex)
             throws SAXException
- 
- Specified by:
- warningin interface- ErrorHandler
 
- 
- Throws:
- SAXException
 
error
public void error(SAXParseException ex)
           throws SAXException
- 
- Specified by:
- errorin interface- ErrorHandler
 
- 
- Throws:
- SAXException
 
fatalError
public void fatalError(SAXParseException ex)
                throws SAXException
- 
- Specified by:
- fatalErrorin interface- ErrorHandler
 
- 
- Throws:
- SAXException
 
Copyright © 2002-2008 The Spring Framework.