Package cc.carm.lib.easysql.api.function
Interface SQLExceptionHandler
-
- All Superinterfaces:
java.util.function.BiConsumer<java.sql.SQLException,SQLAction<?>>
- All Known Implementing Classes:
DefaultSQLExceptionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SQLExceptionHandler extends java.util.function.BiConsumer<java.sql.SQLException,SQLAction<?>>