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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchRequestHandlingMethodException
extends javax.servlet.ServletException

Exception thrown when there's no request handling method for this request.

Author:
Rod Johnson
See Also:
Serialized Form

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

NoSuchRequestHandlingMethodException

public NoSuchRequestHandlingMethodException(javax.servlet.http.HttpServletRequest request)

NoSuchRequestHandlingMethodException

public NoSuchRequestHandlingMethodException(java.lang.String name,
                                            MultiActionController multiActionRequestController)
Method Detail

getName

public java.lang.String getName()


Copyright (C) 2003-2004 The Spring Framework Project.