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.struts2
Methods 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.components
Methods in org.apache.struts2.components that return StrutsExceptionModifier and TypeMethodDescriptionprotected StrutsException
Component.fieldError
(String field, String errorMsg, Exception e) Constructs aRuntimeException
based on the given information.Methods in org.apache.struts2.components that throw StrutsException -
Uses of StrutsException in org.apache.struts2.config
Subclasses of StrutsException in org.apache.struts2.config -
Uses of StrutsException in org.apache.struts2.conversion
Subclasses of StrutsException in org.apache.struts2.conversionModifier and TypeClassDescriptionclass
TypeConversionException should be thrown by any TypeConverters which fail to convert values -
Uses of StrutsException in org.apache.struts2.util.reflection
Subclasses of StrutsException in org.apache.struts2.util.reflection