Package org.apache.axis2.util
Class XMLUtils.ParserErrorHandler
java.lang.Object
org.apache.axis2.util.XMLUtils.ParserErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XMLUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException spe) voidvoidwarning(SAXParseException spe)
-
Constructor Details
-
ParserErrorHandler
public ParserErrorHandler()
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-