Package net.solarnetwork.dao
Interface BulkLoadingDao.LoadingExceptionHandler<T>
- Type Parameters:
T- the entity type
- Enclosing interface:
- BulkLoadingDao<T>
public static interface BulkLoadingDao.LoadingExceptionHandler<T>
API for handling an exception thrown during a bulk loading operation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleLoadingException(Throwable t, BulkLoadingDao.LoadingContext<T> context) Handle a loading exception.
-
Method Details
-
handleLoadingException
Handle a loading exception.- Parameters:
t- the exceptioncontext- the context
-