com.opensymphony.xwork2.config.entities
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:
- Serialized Form
Fields inherited from class com.opensymphony.xwork2.util.location.Located |
location |
name
private String name
exceptionClassName
private String exceptionClassName
result
private String result
params
private Map<String,String> params
ExceptionMappingConfig
protected ExceptionMappingConfig(String name,
String exceptionClassName,
String result)
ExceptionMappingConfig
protected ExceptionMappingConfig(ExceptionMappingConfig target)
getName
public String getName()
getExceptionClassName
public String getExceptionClassName()
getResult
public String getResult()
getParams
public Map<String,String> getParams()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.