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