org.apache.myfaces.util.xml

Class MyFacesErrorHandler

public class MyFacesErrorHandler extends Object implements ErrorHandler

Convenient error handler for xml sax parsing.

Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $

Author: Manfred Geiler (latest modification by $Author: matze $)

Constructor Summary
MyFacesErrorHandler(Log log)
Method Summary
voiderror(SAXParseException exception)
voidfatalError(SAXParseException exception)
voidwarning(SAXParseException exception)

Constructor Detail

MyFacesErrorHandler

public MyFacesErrorHandler(Log log)

Method Detail

error

public void error(SAXParseException exception)

fatalError

public void fatalError(SAXParseException exception)

warning

public void warning(SAXParseException exception)