Class ExceptionMappingConfig
java.lang.Object
org.apache.struts2.util.location.Located
org.apache.struts2.config.entities.ExceptionMappingConfig
- All Implemented Interfaces:
Serializable
,Locatable
Configuration for exception mapping.
- Author:
- Rainer Hermanns, Matthew E. Porter (matthew dot porter at metissian dot com)
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The builder for this object. -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ExceptionMappingConfig
(String name, String exceptionClassName, String result) protected
-
Method Summary
Methods inherited from class org.apache.struts2.util.location.Located
getLocation, setLocation
-
Field Details
-
name
-
exceptionClassName
-
result
-
params
-
-
Constructor Details
-
ExceptionMappingConfig
-
ExceptionMappingConfig
-
-
Method Details