Uses of Interface
org.midao.jdbc.core.exception.ExceptionHandler

Packages that use ExceptionHandler
org.midao.jdbc.core Midao Core functionality 
org.midao.jdbc.core.exception Exception handling 
org.midao.jdbc.spring.exception   
 

Uses of ExceptionHandler in org.midao.jdbc.core
 

Methods in org.midao.jdbc.core that return ExceptionHandler
static ExceptionHandler MidaoConfig.getDefaultExceptionHandler(java.lang.String dbName)
          Returns default ExceptionHandler implementation
 ExceptionHandler AbstractQueryRunner.getExceptionHandler()
          Returns assigned exception handler
 

Methods in org.midao.jdbc.core with parameters of type ExceptionHandler
 void AbstractQueryRunner.setExceptionHandler(ExceptionHandler exceptionHandler)
          Allows assigning exception handler
 

Method parameters in org.midao.jdbc.core with type arguments of type ExceptionHandler
static void MidaoConfig.setDefaultExceptionHandler(java.lang.Class<? extends ExceptionHandler> defaultExceptionHandler)
          Sets default ExceptionHandler implementation
 

Uses of ExceptionHandler in org.midao.jdbc.core.exception
 

Classes in org.midao.jdbc.core.exception that implement ExceptionHandler
 class BaseExceptionHandler
          Base ExceptionHandler implementation
 

Uses of ExceptionHandler in org.midao.jdbc.spring.exception
 

Classes in org.midao.jdbc.spring.exception that implement ExceptionHandler
 class SpringExceptionHandler
          Exception handler implementation inspired by Spring JDBC implementation
 



Copyright © 2013. All Rights Reserved.