Class SpringExceptionTranslator

java.lang.Object
me.danwi.sqlex.spring.SpringExceptionTranslator
All Implemented Interfaces:
ExceptionTranslator

public class SpringExceptionTranslator extends Object implements ExceptionTranslator
由spring框架支持都异常翻译

SQLException将通过转换成spring标准的DataAccessException

RuntimeException分类异常保持不变

其他的Checked异常,将全部转换成SqlExUndeclaredException