org.granite.tide.validation
Class BeanValidationExceptionConverter
java.lang.Object
org.granite.tide.validation.BeanValidationExceptionConverter
- All Implemented Interfaces:
- ExceptionConverter
public class BeanValidationExceptionConverter
- extends Object
- implements ExceptionConverter
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALIDATION_FAILED
public static final String VALIDATION_FAILED
- See Also:
- Constant Field Values
BeanValidationExceptionConverter
public BeanValidationExceptionConverter()
accepts
public boolean accepts(Throwable t,
Throwable finalException)
- Specified by:
accepts in interface ExceptionConverter
convert
public ServiceException convert(Throwable t,
String detail,
Map<String,Object> extendedData)
- Specified by:
convert in interface ExceptionConverter