public class HibernateValidatorExceptionConverter extends Object implements ExceptionConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
VALIDATION_FAILED |
| Constructor and Description |
|---|
HibernateValidatorExceptionConverter() |
public static final String VALIDATION_FAILED
public HibernateValidatorExceptionConverter()
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