| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
List<ExceptionConverter> |
GraniteConfig.getExceptionConverters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraniteConfig.registerExceptionConverter(ExceptionConverter exceptionConverter,
boolean first) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraniteConfig.registerExceptionConverter(Class<? extends ExceptionConverter> exceptionConverterClass) |
void |
GraniteConfig.registerExceptionConverter(Class<? extends ExceptionConverter> exceptionConverterClass,
boolean first) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerFilter.setExceptionConverters(List<Class<? extends ExceptionConverter>> exceptionConverters) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerFilter.setExceptionConverters(List<Class<? extends ExceptionConverter>> exceptionConverters) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceExceptionConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBAccessExceptionConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateExceptionConverter |
class |
HibernateValidatorExceptionConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringValidationExceptionConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanValidationExceptionConverter |