Package org.apache.axis.utils
Class XMLUtils.ParserErrorHandler
java.lang.Object
org.apache.axis.utils.XMLUtils.ParserErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XMLUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException spe) voidvoidwarning(SAXParseException spe)
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
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
-