org.granite.tide.hibernate
Class HibernateValidatorExceptionConverter
java.lang.Object
org.granite.tide.hibernate.HibernateValidatorExceptionConverter
- All Implemented Interfaces:
- ExceptionConverter
public class HibernateValidatorExceptionConverter
- extends Object
- implements ExceptionConverter
| 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
HibernateValidatorExceptionConverter
public HibernateValidatorExceptionConverter()
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