org.apache.myfaces.shared_orchestra.util.xml
Class MyFacesErrorHandler

java.lang.Object
  extended by 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 $)

Constructor Summary
MyFacesErrorHandler(org.apache.commons.logging.Log log)
           
 
Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyFacesErrorHandler

public MyFacesErrorHandler(org.apache.commons.logging.Log log)
Method Detail

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.