com.supermap.services.providers

类 ExceptionParser10000



  • public class ExceptionParser10000
    extends AbstractExceptionParser
    

    WFS 1.0.0 服务错误文档解析器。

    用于解析 WFS 1.0.0 服务返回的包含错误信息的 XML 文档。如果是一个错误信息,则抛出对应的 WFSServiceException 异常。

    • 方法概要

      方法 
      限定符和类型 方法和说明
      void parse(org.w3c.dom.Document document)
      解析 WFS 1.0.0 服务返回的 XML 文档,检查是否包含错误信息。
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ExceptionParser10000

        public ExceptionParser10000()
        
    • 方法详细资料

      • parse

        public void parse(org.w3c.dom.Document document)
                   throws WFSServiceException
        

        解析 WFS 1.0.0 服务返回的 XML 文档,检查是否包含错误信息。

        如果 XML 文档包含错误信息,则抛出包含对应信息的 WFSServiceException 异常。

        指定者:
        parse 在类中 AbstractExceptionParser
        参数:
        document - 要解析的 XML 文档。
        抛出:
        WFSServiceException - 如果 XML 文档包含错误信息,则抛出该异常。