| Package | Description |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
Cursor.getErrorHandler()
Gets the currently configured ErrorHandler (always non-
null). |
ErrorHandler |
Database.getErrorHandler()
Gets the currently configured ErrorHandler (always non-
null). |
ErrorHandler |
Table.getErrorHandler()
Gets the currently configured ErrorHandler (always non-
null). |
| Modifier and Type | Method and Description |
|---|---|
void |
Cursor.setErrorHandler(ErrorHandler newErrorHandler)
Sets a new ErrorHandler.
|
void |
Database.setErrorHandler(ErrorHandler newErrorHandler)
Sets a new ErrorHandler.
|
void |
Table.setErrorHandler(ErrorHandler newErrorHandler)
Sets a new ErrorHandler.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
TableImpl.getErrorHandler() |
ErrorHandler |
TableImpl.RowState.getErrorHandler() |
ErrorHandler |
CursorImpl.getErrorHandler() |
ErrorHandler |
DatabaseImpl.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableImpl.setErrorHandler(ErrorHandler newErrorHandler) |
void |
TableImpl.RowState.setErrorHandler(ErrorHandler newErrorHandler) |
void |
CursorImpl.setErrorHandler(ErrorHandler newErrorHandler) |
void |
DatabaseImpl.setErrorHandler(ErrorHandler newErrorHandler) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static ErrorHandler |
ErrorHandler.DEFAULT
default error handler used if none provided (just rethrows exception)
|
Copyright © 2005–2025 OpenHMS. All rights reserved.