public class NoOpXmlErrorHandler extends Object implements org.mule.runtime.dsl.api.xml.parser.XmlGathererErrorHandler
XmlGathererErrorHandler implementation that doesn't handle errors.| Constructor and Description |
|---|
NoOpXmlErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
List<SAXParseException> |
getErrors() |
void |
warning(SAXParseException e) |
public List<SAXParseException> getErrors()
getErrors in interface org.mule.runtime.dsl.api.xml.parser.XmlGathererErrorHandlerpublic void warning(SAXParseException e) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException e) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.