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