org.springframework.web.servlet.mvc.multiaction
Class NoSuchRequestHandlingMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
- All Implemented Interfaces:
- Serializable
- public class NoSuchRequestHandlingMethodException
- extends ServletException
Exception thrown when there's no request handling method for a request.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchRequestHandlingMethodException
public NoSuchRequestHandlingMethodException(HttpServletRequest request)
NoSuchRequestHandlingMethodException
public NoSuchRequestHandlingMethodException(String name,
Class controllerClass)
Copyright (C) 2003-2004 The Spring Framework Project.