org.apache.webbeans.xml
Class WebBeansErrorHandler
java.lang.Object
org.apache.webbeans.xml.WebBeansErrorHandler
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
public class WebBeansErrorHandler
- extends java.lang.Object
- implements org.xml.sax.ErrorHandler
Implementation of the ErrorHandler .
Error handler that is used for handling errors while parsing the document.
- Since:
- 1.0
- Author:
- Gurkan Erdogdu
|
Method Summary |
void |
error(org.xml.sax.SAXParseException exception)
|
void |
fatalError(org.xml.sax.SAXParseException exception)
|
void |
warning(org.xml.sax.SAXParseException exception)
|
| 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(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
- Specified by:
error in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
fatalError
public void fatalError(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
- Specified by:
fatalError in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
warning
public void warning(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
- Specified by:
warning in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.