| 
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ErrorHandler
Handler for errors encountered while reading a column of row data from a Table. An instance of
 this class may be configured at the Database, Table, or Cursor level to customize error handling
 as desired. The default instance used is Database.DEFAULT_ERROR_HANDLER, which just
 rethrows any exceptions encountered.
| Method Summary | |
|---|---|
 java.lang.Object | 
handleRowError(Column column,
               byte[] columnData,
               Table.RowState rowState,
               java.lang.Exception error)
Handles an error encountered while reading a column of data from a Table row.  | 
| Method Detail | 
|---|
java.lang.Object handleRowError(Column column,
                                byte[] columnData,
                                Table.RowState rowState,
                                java.lang.Exception error)
                                throws java.io.IOException
column - the info for the column being readcolumnData - the actual column data for the column being read (which may be null
            depending on when the exception was thrown during the reading process)rowState - the current row state for the callererror - the error that was encountered
java.io.IOException
  | 
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||