org.apache.webbeans.xml
Class WebBeansErrorHandler
java.lang.Object
org.apache.webbeans.xml.WebBeansErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class WebBeansErrorHandler
- extends Object
- implements ErrorHandler
Implementation of the ErrorHandler .
Error handler that is used for handling errors while parsing the document.
- Since:
- 1.0
- Author:
- Gurkan Erdogdu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebBeansErrorHandler
public WebBeansErrorHandler()
error
public void error(SAXParseException exception)
throws SAXException
- Specified by:
error in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException exception)
throws SAXException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXException
warning
public void warning(SAXParseException exception)
throws SAXException
- Specified by:
warning in interface ErrorHandler
- Throws:
SAXException
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.