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 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()
           
 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 Table.RowState.setErrorHandler(ErrorHandler newErrorHandler)
           
 void Cursor.setErrorHandler(ErrorHandler newErrorHandler)
          Sets a new ErrorHandler.
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.