@Order(value=2147483647) public abstract class AbstractBadRequestExceptionHandler<T extends java.lang.Throwable> extends AbstractExceptionHandler<T>
log
Constructor and Description |
---|
AbstractBadRequestExceptionHandler(java.lang.String exceptionName) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpStatus |
getStatus(T ex) |
getErrorResponse, getErrors, getExceptionName, getMessage
public AbstractBadRequestExceptionHandler(java.lang.String exceptionName)
public org.springframework.http.HttpStatus getStatus(T ex)
getStatus
in class AbstractExceptionHandler<T extends java.lang.Throwable>