Package org.apache.axis2.util
Class XMLUtils.ParserErrorHandler
- java.lang.Object
-
- org.apache.axis2.util.XMLUtils.ParserErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XMLUtils
public static class XMLUtils.ParserErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description ParserErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException spe)
void
fatalError(SAXParseException spe)
void
warning(SAXParseException spe)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException spe) throws SAXException
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
public void error(SAXParseException spe) throws SAXException
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException spe) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
-