public class BeanValidationExceptionConverter extends Object implements ExceptionConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
VALIDATION_FAILED |
| Constructor and Description |
|---|
BeanValidationExceptionConverter() |
public static final String VALIDATION_FAILED
public BeanValidationExceptionConverter()
public boolean accepts(Throwable t, Throwable finalException)
accepts in interface ExceptionConverterpublic ServiceException convert(Throwable t, String detail, Map<String,Object> extendedData)
convert in interface ExceptionConverter