Uses of Class
org.apache.struts2.StrutsException
Packages that use StrutsException
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
- 
Uses of StrutsException in org.apache.struts2Methods in org.apache.struts2 that throw StrutsExceptionModifier 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.componentsMethods in org.apache.struts2.components that return StrutsExceptionModifier and TypeMethodDescriptionprotected StrutsExceptionComponent.fieldError(String field, String errorMsg, Exception e) Constructs aRuntimeExceptionbased on the given information.Methods in org.apache.struts2.components that throw StrutsException
- 
Uses of StrutsException in org.apache.struts2.configSubclasses of StrutsException in org.apache.struts2.config
- 
Uses of StrutsException in org.apache.struts2.conversionSubclasses of StrutsException in org.apache.struts2.conversionModifier and TypeClassDescriptionclassTypeConversionException should be thrown by any TypeConverters which fail to convert values
- 
Uses of StrutsException in org.apache.struts2.util.reflectionSubclasses of StrutsException in org.apache.struts2.util.reflection