com.supermap.services.wmts

Class WMTSExceptionUtils

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


  • public class WMTSExceptionUtils
    extends java.lang.Object
    
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected static RESOURCE 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void outputErrorException(HttpServletResponse response, HttpServletRequest request, WMTSServiceException[] exceptions) 
      static void outputErrorException(Response response, Request request, WMTSServiceException[] exceptions) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RESOURCE

        protected static final  RESOURCE
        
    • Constructor Detail

      • WMTSExceptionUtils

        public WMTSExceptionUtils()
        
    • Method Detail

      • outputErrorException

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

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