org.apache.myfaces.shared_orchestra.util.xml
Class MyFacesErrorHandler
java.lang.Object
org.apache.myfaces.shared_orchestra.util.xml.MyFacesErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class MyFacesErrorHandler
- extends Object
- implements 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 $)
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:
warning
in interface ErrorHandler
error
public void error(SAXParseException exception)
- Specified by:
error
in interface ErrorHandler
fatalError
public void fatalError(SAXParseException exception)
- Specified by:
fatalError
in interface ErrorHandler
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.