Package org.apache.webbeans.xml
Class WebBeansErrorHandler
java.lang.Object
org.apache.webbeans.xml.WebBeansErrorHandler
- All Implemented Interfaces:
ErrorHandler
Implementation of the
ErrorHandler .
Error handler that is used for handling errors while parsing the document.
- Since:
- 1.0
- Author:
- Gurkan Erdogdu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Constructor Details
-
WebBeansErrorHandler
public WebBeansErrorHandler()
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-