public class ActionBeanNotFoundException extends StripesServletException
ActionBean bound to the requested URL.| Constructor and Description |
|---|
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) |
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionBeanNotFoundException(String message)
public ActionBeanNotFoundException(Throwable cause)
public ActionBeanNotFoundException(String requestedUrl, Map<String,Class<? extends ActionBean>> registeredBeans)
© Copyright 2005-2006, Stripes Development Team.