|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.servlet.ServletException org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Exception thrown when there's no request handling method for this request.
Constructor Summary | |
NoSuchRequestHandlingMethodException(javax.servlet.http.HttpServletRequest request)
|
|
NoSuchRequestHandlingMethodException(java.lang.String name,
MultiActionController multiActionRequestController)
|
Method Summary | |
java.lang.String |
getName()
|
Methods inherited from class javax.servlet.ServletException |
getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoSuchRequestHandlingMethodException(javax.servlet.http.HttpServletRequest request)
public NoSuchRequestHandlingMethodException(java.lang.String name, MultiActionController multiActionRequestController)
Method Detail |
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |