Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Interface
com.healthmarketscience.jackcess.ErrorHandler

Packages that use ErrorHandler
com.healthmarketscience.jackcess   
 

Uses of ErrorHandler in com.healthmarketscience.jackcess
 

Classes in com.healthmarketscience.jackcess 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 declared as ErrorHandler
static ErrorHandler Database.DEFAULT_ERROR_HANDLER
          default error handler used if none provided (just rethrows exception)
 

Methods in com.healthmarketscience.jackcess that return ErrorHandler
 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).
 ErrorHandler Table.RowState.getErrorHandler()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type ErrorHandler
 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.
 void Table.RowState.setErrorHandler(ErrorHandler newErrorHandler)
           
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis