net.sourceforge.stripes.exception
Class ActionBeanNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
net.sourceforge.stripes.exception.StripesServletException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.