com.supermap.services.wmts

类 WMTSExceptionUtils

  • java.lang.Object
    • com.supermap.services.wmts.WMTSExceptionUtils


  • public class WMTSExceptionUtils
    extends java.lang.Object
    
    • 字段概要

      字段 
      限定符和类型 字段和说明
      protected static RESOURCE 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      static void outputErrorException(HttpServletResponse response, HttpServletRequest request, WMTSServiceException[] exceptions) 
      static void outputErrorException(Response response, Request request, WMTSServiceException[] exceptions) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • RESOURCE

        protected static final  RESOURCE
        
    • 构造器详细资料

      • WMTSExceptionUtils

        public WMTSExceptionUtils()
        
    • 方法详细资料

      • outputErrorException

        public static void outputErrorException(HttpServletResponse response,
                                HttpServletRequest request,
                                WMTSServiceException[] exceptions)
        
      • outputErrorException

        public static void outputErrorException(Response response,
                                Request request,
                                WMTSServiceException[] exceptions)