Uses of Interface
net.sourceforge.hiveutils.service.ExceptionMapper

Packages that use ExceptionMapper
net.sourceforge.hivetranse.exception This package defines the hierarchy of specific exceptions related to data access and also contains utility classes to allow mapping of SQLExceptions into these more specialized exceptions. 
net.sourceforge.hiveutils.service.impl This package contains a few useful HiveMind services and classes, some used by hivetranse.core module. 
 

Uses of ExceptionMapper in net.sourceforge.hivetranse.exception
 

Classes in net.sourceforge.hivetranse.exception that implement ExceptionMapper
 class SqlExceptionMapper
           
 

Uses of ExceptionMapper in net.sourceforge.hiveutils.service.impl
 

Classes in net.sourceforge.hiveutils.service.impl that implement ExceptionMapper
 class DefaultExceptionMapper
          Default implementation of ExceptionMapper, based on a ClassMatcher to do the exception translation.
 

Methods in net.sourceforge.hiveutils.service.impl that return ExceptionMapper
 ExceptionMapper ExceptionMapperContribution.getMapper()
           
 

Methods in net.sourceforge.hiveutils.service.impl with parameters of type ExceptionMapper
static java.lang.Object AdapterProxyFactoryHelper.createProxy(java.lang.Class serviceInterface, java.lang.Object service, java.util.Map methodsMapping, ExceptionMapper exceptionMapper)
          Creates a proxy of type serviceInterface, wrapping service implementation class, and translating any exception thrown by service into another exception through mapper.
 void ExceptionMapperContribution.setMapper(ExceptionMapper mapper)