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 staticRESOURCE
-
Constructor Summary
Constructors Constructor and Description WMTSExceptionUtils()
-
Method Summary
Methods Modifier and Type Method and Description static voidoutputErrorException(HttpServletResponse response, HttpServletRequest request, WMTSServiceException[] exceptions)static voidoutputErrorException(Response response, Request request, WMTSServiceException[] exceptions)
-
-
-
Method Detail
-
outputErrorException
public static void outputErrorException(HttpServletResponse response, HttpServletRequest request, WMTSServiceException[] exceptions)
-
outputErrorException
public static void outputErrorException(Response response, Request request, WMTSServiceException[] exceptions)
-
-