Class ExceptionMappingConfig

java.lang.Object
org.apache.struts2.util.location.Located
org.apache.struts2.config.entities.ExceptionMappingConfig
All Implemented Interfaces:
Serializable, Locatable

public class ExceptionMappingConfig extends Located implements Serializable
Configuration for exception mapping.
Author:
Rainer Hermanns, Matthew E. Porter (matthew dot porter at metissian dot com)
See Also:
  • Field Details

    • name

      protected String name
    • exceptionClassName

      protected String exceptionClassName
    • result

      protected String result
    • params

      protected Map<String,String> params
  • Constructor Details

    • ExceptionMappingConfig

      protected ExceptionMappingConfig(String name, String exceptionClassName, String result)
    • ExceptionMappingConfig

      protected ExceptionMappingConfig(ExceptionMappingConfig target)
  • Method Details