| Package | Description | 
|---|---|
| com.sleepycat.db | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorHandler | 
EnvironmentConfig.getErrorHandler()
Return the function to be called if an error occurs. 
 | 
ErrorHandler | 
DatabaseConfig.getErrorHandler()
Return the function to be called if an error occurs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EnvironmentConfig.setErrorHandler(ErrorHandler errorHandler)
Set the function to be called if an error occurs. 
 | 
void | 
DatabaseConfig.setErrorHandler(ErrorHandler errorHandler)
Set the function to be called if an error occurs. 
 | 
Copyright (c) 2004,2014 Oracle. All rights reserved.