Uses of Class
org.apache.struts2.StrutsException
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
-
Uses of StrutsException in org.apache.struts2
Modifier and TypeMethodDescriptionUnknownHandler.handleUnknownAction
(String namespace, String actionName) Handles the case when an action configuration is unknown.UnknownHandler.handleUnknownResult
(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode) Handles the case when a result cannot be found for an action and result code. -
Uses of StrutsException in org.apache.struts2.components
Modifier and TypeMethodDescriptionprotected StrutsException
Component.fieldError
(String field, String errorMsg, Exception e) Constructs aRuntimeException
based on the given information. -
Uses of StrutsException in org.apache.struts2.config
-
Uses of StrutsException in org.apache.struts2.conversion
Modifier and TypeClassDescriptionclass
TypeConversionException should be thrown by any TypeConverters which fail to convert values -
Uses of StrutsException in org.apache.struts2.util.reflection