org.springframework.web.servlet.mvc.multiaction
Class NoSuchRequestHandlingMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by 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

Constructor Summary
NoSuchRequestHandlingMethodException(HttpServletRequest request)
           
NoSuchRequestHandlingMethodException(String name, Class controllerClass)
           
 
Method Summary
 
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

NoSuchRequestHandlingMethodException

public NoSuchRequestHandlingMethodException(HttpServletRequest request)

NoSuchRequestHandlingMethodException

public NoSuchRequestHandlingMethodException(String name,
                                            Class controllerClass)


Copyright (c) 2002-2005 The Spring Framework Project.