Package com.querydsl.sql
Interface SQLExceptionTranslator
- All Known Implementing Classes:
DefaultSQLExceptionTranslator
public interface SQLExceptionTranslator
SQLExceptionTranslator translate SQLExceptions to runtime exceptions- Author:
- tiwe
-
Method Summary
Modifier and TypeMethodDescriptiontranslate(String sql, List<Object> bindings, SQLException e) Translate the given SQLExceptionTranslate the given SQLException
-
Method Details
-
translate
Translate the given SQLException- Parameters:
sql- SQL stringbindings- bindinge- SQLException to translate- Returns:
- translated exception
-
translate
Translate the given SQLException- Parameters:
e- SQLException to translate- Returns:
- translated exception
-