Package overit.geocall.util
Interface DAThrowingSupplier<T>
- Type Parameters:
T- the type of results supplied by this supplier.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DALazy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a supplier of results that can raise
DAException or DAValidateException.
This is a functional interface whose functional method is get().
-
Method Summary
-
Method Details
-
get
Gets a result.- Returns:
- a result
- Throws:
DAValidateException- in case of db validation error.DAException- in case of db communication error.
-