Class ExceptionMappingConfig

java.lang.Object
com.opensymphony.xwork2.util.location.Located
com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
All Implemented Interfaces:
Locatable, Serializable

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