@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExceptionMapping
ExposeAsArg,
AnnotatedWebErrorHandler| Modifier and Type | Required Element and Description |
|---|---|
String |
errorCode
Corresponding HTTP status code for this particular exception.
|
org.springframework.http.HttpStatus |
statusCode
The mapping error code for this exception.
|
public abstract String errorCode
Copyright © 2018. All rights reserved.