Package 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 theErrorHandler.Error handler that is used for handling errors while parsing the document.
- Since:
- 1.0
- Author:
- Gurkan Erdogdu
-
-
Constructor Summary
Constructors Constructor Description WebBeansErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException exception)voidfatalError(SAXParseException exception)voidwarning(SAXParseException exception)
-
-
-
Method Detail
-
error
public void error(SAXParseException exception) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException exception) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
public void warning(SAXParseException exception) throws SAXException
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
-