public class WebBeansErrorHandler extends Object implements ErrorHandler
ErrorHandler .
Error handler that is used for handling errors while parsing the document.
| Constructor and Description |
|---|
WebBeansErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerSAXExceptionCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.