Uses of Interface
org.granite.messaging.service.ExceptionConverter

Packages that use ExceptionConverter
org.granite.config   
org.granite.seam21 GRANITE DATA SERVICES Copyright (C) 2006-2013 GRANITE DATA SERVICES S.A.S. 
org.granite.spring   
org.granite.tide.data   
org.granite.tide.ejb   
org.granite.tide.hibernate   
org.granite.tide.spring   
org.granite.tide.validation   
 

Uses of ExceptionConverter in org.granite.config
 

Methods in org.granite.config that return types with arguments of type ExceptionConverter
 List<ExceptionConverter> GraniteConfig.getExceptionConverters()
           
 

Methods in org.granite.config with parameters of type ExceptionConverter
 void GraniteConfig.registerExceptionConverter(ExceptionConverter exceptionConverter, boolean first)
           
 

Method parameters in org.granite.config with type arguments of type ExceptionConverter
 void GraniteConfig.registerExceptionConverter(Class<? extends ExceptionConverter> exceptionConverterClass)
           
 void GraniteConfig.registerExceptionConverter(Class<? extends ExceptionConverter> exceptionConverterClass, boolean first)
           
 

Uses of ExceptionConverter in org.granite.seam21
 

Method parameters in org.granite.seam21 with type arguments of type ExceptionConverter
 void ServerFilter.setExceptionConverters(List<Class<? extends ExceptionConverter>> exceptionConverters)
           
 

Uses of ExceptionConverter in org.granite.spring
 

Method parameters in org.granite.spring with type arguments of type ExceptionConverter
 void ServerFilter.setExceptionConverters(List<Class<? extends ExceptionConverter>> exceptionConverters)
           
 

Uses of ExceptionConverter in org.granite.tide.data
 

Classes in org.granite.tide.data that implement ExceptionConverter
 class PersistenceExceptionConverter
           
 

Uses of ExceptionConverter in org.granite.tide.ejb
 

Classes in org.granite.tide.ejb that implement ExceptionConverter
 class EJBAccessExceptionConverter
           
 

Uses of ExceptionConverter in org.granite.tide.hibernate
 

Classes in org.granite.tide.hibernate that implement ExceptionConverter
 class HibernateExceptionConverter
           
 class HibernateValidatorExceptionConverter
           
 

Uses of ExceptionConverter in org.granite.tide.spring
 

Classes in org.granite.tide.spring that implement ExceptionConverter
 class SpringValidationExceptionConverter
           
 

Uses of ExceptionConverter in org.granite.tide.validation
 

Classes in org.granite.tide.validation that implement ExceptionConverter
 class BeanValidationExceptionConverter