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 TypeMethodDescriptionvoid
error
(SAXParseException spe) void
void
warning
(SAXParseException spe)
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Constructor Details
-
ParserErrorHandler
public ParserErrorHandler()
-
-
Method Details
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-