|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorHandler | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | |
| Uses of ErrorHandler in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return ErrorHandler | |
|---|---|
ErrorHandler |
Database.getErrorHandler()
Gets the currently configured ErrorHandler (always non- null). |
ErrorHandler |
Table.getErrorHandler()
Gets the currently configured ErrorHandler (always non- null). |
ErrorHandler |
Cursor.getErrorHandler()
Gets the currently configured ErrorHandler (always non- null). |
| Methods in com.healthmarketscience.jackcess with parameters of type ErrorHandler | |
|---|---|
void |
Database.setErrorHandler(ErrorHandler newErrorHandler)
Sets a new ErrorHandler. |
void |
Table.setErrorHandler(ErrorHandler newErrorHandler)
Sets a new ErrorHandler. |
void |
Cursor.setErrorHandler(ErrorHandler newErrorHandler)
Sets a new ErrorHandler. |
| Uses of ErrorHandler in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return ErrorHandler | |
|---|---|
ErrorHandler |
TableImpl.getErrorHandler()
|
ErrorHandler |
TableImpl.RowState.getErrorHandler()
|
ErrorHandler |
DatabaseImpl.getErrorHandler()
|
ErrorHandler |
CursorImpl.getErrorHandler()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type ErrorHandler | |
|---|---|
void |
TableImpl.setErrorHandler(ErrorHandler newErrorHandler)
|
void |
TableImpl.RowState.setErrorHandler(ErrorHandler newErrorHandler)
|
void |
DatabaseImpl.setErrorHandler(ErrorHandler newErrorHandler)
|
void |
CursorImpl.setErrorHandler(ErrorHandler newErrorHandler)
|
| Uses of ErrorHandler in com.healthmarketscience.jackcess.util |
|---|
| Classes in com.healthmarketscience.jackcess.util that implement ErrorHandler | |
|---|---|
class |
DebugErrorHandler
Implementation of ErrorHandler which is useful for generating debug information about bad row data (great for bug reports!). |
class |
ReplacementErrorHandler
Simple implementation of an ErrorHandler which always returns the configured object. |
| Fields in com.healthmarketscience.jackcess.util declared as ErrorHandler | |
|---|---|
static ErrorHandler |
ErrorHandler.DEFAULT
default error handler used if none provided (just rethrows exception) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||