org.apache.myfaces.shared_tomahawk.util.xml
Class MyFacesErrorHandler
java.lang.Object
   org.apache.myfaces.shared_tomahawk.util.xml.MyFacesErrorHandler
org.apache.myfaces.shared_tomahawk.util.xml.MyFacesErrorHandler
- All Implemented Interfaces: 
- ErrorHandler
- public class MyFacesErrorHandler 
- extends Object- implements ErrorHandler
Convenient error handler for xml sax parsing.
- Version:
- $Revision: 557350 $ $Date: 2007-07-18 13:19:50 -0500 (Wed, 18 Jul 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: matzew $)
 
 
| 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(SAXParseException exception)
- 
- Specified by:
- warningin interface- ErrorHandler
 
- 
 
error
public void error(SAXParseException exception)
- 
- Specified by:
- errorin interface- ErrorHandler
 
- 
 
fatalError
public void fatalError(SAXParseException exception)
- 
- Specified by:
- fatalErrorin interface- ErrorHandler
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.