@Component @Order(value=2147483647) public class MultiErrorExceptionHandler extends AbstractExceptionHandler<MultiErrorException>
log| Constructor and Description |
|---|
MultiErrorExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FieldError> |
getErrors(MultiErrorException ex) |
java.lang.String |
getMessage(MultiErrorException ex) |
org.springframework.http.HttpStatus |
getStatus(MultiErrorException ex) |
getErrorResponse, getExceptionNamepublic java.lang.String getMessage(MultiErrorException ex)
getMessage in class AbstractExceptionHandler<MultiErrorException>public org.springframework.http.HttpStatus getStatus(MultiErrorException ex)
getStatus in class AbstractExceptionHandler<MultiErrorException>public java.util.Collection<FieldError> getErrors(MultiErrorException ex)
getErrors in class AbstractExceptionHandler<MultiErrorException>