org.apache.myfaces.shared_impl.util.xml
Class MyFacesErrorHandler
java.lang.Object
   org.apache.myfaces.shared_impl.util.xml.MyFacesErrorHandler
org.apache.myfaces.shared_impl.util.xml.MyFacesErrorHandler
- All Implemented Interfaces: 
- org.xml.sax.ErrorHandler
- public class MyFacesErrorHandler 
- extends java.lang.Object- implements org.xml.sax.ErrorHandler
Convenient error handler for xml sax parsing.
- Version:
- $Revision: 472630 $ $Date: 2006-11-08 15:40:03 -0500 (Wed, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
 
| Method Summary | 
|  void | error(org.xml.sax.SAXParseException exception)
 | 
|  void | fatalError(org.xml.sax.SAXParseException exception)
 | 
|  void | warning(org.xml.sax.SAXParseException exception)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MyFacesErrorHandler
public MyFacesErrorHandler(org.apache.commons.logging.Log log)
warning
public void warning(org.xml.sax.SAXParseException exception)
- 
- Specified by:
- warningin interface- org.xml.sax.ErrorHandler
 
- 
 
error
public void error(org.xml.sax.SAXParseException exception)
- 
- Specified by:
- errorin interface- org.xml.sax.ErrorHandler
 
- 
 
fatalError
public void fatalError(org.xml.sax.SAXParseException exception)
- 
- Specified by:
- fatalErrorin interface- org.xml.sax.ErrorHandler
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.