|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LoaderError
An error that occurred during loading. Errors are only handled when they were
caused by DataAccessException's. IOException's and other problems
will abort loading fatally.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
DataAccessException exception()
DataAccessException that caused the error
int rowIndex()
0 that caused the error
String[] row()
Query query()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||