站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

XMLUtils.ParserErrorHandler (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.utils
Class XMLUtils.ParserErrorHandler

java.lang.Object
  extended byorg.apache.axis.utils.XMLUtils.ParserErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
XMLUtils

public static class XMLUtils.ParserErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
XMLUtils.ParserErrorHandler()
           
 
Method Summary
 void error(SAXParseException spe)
           
 void fatalError(SAXParseException spe)
           
 void warning(SAXParseException spe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils.ParserErrorHandler

public XMLUtils.ParserErrorHandler()
Method Detail

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 © 2002 JBoss Group, LLC. All Rights Reserved.