public interface LoaderError
DataAccessException
's. IOException
's and other problems
will abort loading fatally.Modifier and Type | Method and Description |
---|---|
DataAccessException |
exception()
The underlying
DataAccessException that caused the error |
Query |
query()
The query whose execution failed
|
String[] |
row()
The row data that caused the error
|
int |
rowIndex()
The processed row index starting with
0 that caused the error |
DataAccessException exception()
DataAccessException
that caused the errorint rowIndex()
0
that caused the errorString[] row()
Query query()
Copyright © 2014. All Rights Reserved.