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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtils.ParserErrorHandler
public XMLUtils.ParserErrorHandler()
warning
public void warning(SAXParseException spe)
throws SAXException
- Specified by:
warning
in interface ErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException spe)
throws SAXException
- Specified by:
error
in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException spe)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Throws:
SAXException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.