net.sourceforge.stripes.exception
Class ActionBeanNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by net.sourceforge.stripes.exception.StripesServletException
                  extended by net.sourceforge.stripes.exception.ActionBeanNotFoundException
All Implemented Interfaces:
Serializable

public class ActionBeanNotFoundException
extends StripesServletException

Thrown when the action resolver can not find an ActionBean bound to the requested URL.

Since:
Stripes 1.5
Author:
John Newman
See Also:
Serialized Form

Constructor Summary
ActionBeanNotFoundException(String message)
           
ActionBeanNotFoundException(String requestedUrl, Map<String,Class<? extends ActionBean>> registeredBeans)
           
ActionBeanNotFoundException(String requestedUrl, Map<String,Class<? extends ActionBean>> registeredBeans, Throwable cause)
           
ActionBeanNotFoundException(String message, Throwable cause)
           
ActionBeanNotFoundException(Throwable cause)
           
 
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

ActionBeanNotFoundException

public ActionBeanNotFoundException(String message)

ActionBeanNotFoundException

public ActionBeanNotFoundException(String message,
                                   Throwable cause)

ActionBeanNotFoundException

public ActionBeanNotFoundException(Throwable cause)

ActionBeanNotFoundException

public ActionBeanNotFoundException(String requestedUrl,
                                   Map<String,Class<? extends ActionBean>> registeredBeans)

ActionBeanNotFoundException

public ActionBeanNotFoundException(String requestedUrl,
                                   Map<String,Class<? extends ActionBean>> registeredBeans,
                                   Throwable cause)


? Copyright 2005-2006, Stripes Development Team.