public class ExceptionMappingConfig extends Located implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ExceptionMappingConfig.Builder
The builder for this object.
|
Modifier and Type | Field and Description |
---|---|
protected String |
exceptionClassName |
protected String |
name |
protected Map<String,String> |
params |
protected String |
result |
Modifier | Constructor and Description |
---|---|
protected |
ExceptionMappingConfig(ExceptionMappingConfig target) |
protected |
ExceptionMappingConfig(String name,
String exceptionClassName,
String result) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExceptionClassName() |
String |
getName() |
Map<String,String> |
getParams() |
String |
getResult() |
int |
hashCode() |
String |
toString() |
getLocation, setLocation
protected String name
protected String exceptionClassName
protected String result
protected ExceptionMappingConfig(String name, String exceptionClassName, String result)
protected ExceptionMappingConfig(ExceptionMappingConfig target)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.