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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe builder for this object.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedExceptionMappingConfig(String name, String exceptionClassName, String result) protected
- 
Method SummaryMethods inherited from class org.apache.struts2.util.location.LocatedgetLocation, setLocation
- 
Field Details- 
name
- 
exceptionClassName
- 
result
- 
params
 
- 
- 
Constructor Details- 
ExceptionMappingConfig
- 
ExceptionMappingConfig
 
- 
- 
Method Details