类 NoSuchRequestHandlingMethodException

    • 构造器详细资料

      • NoSuchRequestHandlingMethodException

        public NoSuchRequestHandlingMethodException​(String urlPath,
                                                    String method,
                                                    Map<String,​String[]> parameterMap)
        已过时。
        Create a new NoSuchRequestHandlingMethodException.
        参数:
        urlPath - the request URI that has been used for handler lookup
        method - the HTTP request method of the request
        parameterMap - the request's parameters as map
      • NoSuchRequestHandlingMethodException

        public NoSuchRequestHandlingMethodException​(String methodName,
                                                    Class<?> controllerClass)
        已过时。
        Create a new NoSuchRequestHandlingMethodException for the given request.
        参数:
        methodName - the name of the handler method that wasn't found
        controllerClass - the class the handler method was expected to be in
    • 方法详细资料

      • getMethodName

        public String getMethodName()
        已过时。
        Return the name of the offending method, if known.