| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | javax.servlet.ServletException | |||
| ↳ | org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException | |||
Exception thrown when there is no handler method ("action" method) for a specific HTTP request.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new NoSuchRequestHandlingMethodException for the given request.
| |||||||||||
Create a new NoSuchRequestHandlingMethodException.
| |||||||||||
Create a new NoSuchRequestHandlingMethodException for the given request.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of the offending method, if known.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.servlet.ServletException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new NoSuchRequestHandlingMethodException for the given request.
| request | the offending HTTP request |
|---|
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 |
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 |