| Package | Description |
|---|---|
| org.granite.config | |
| org.granite.tide.data | |
| org.granite.tide.ejb |
| 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 | Class and Description |
|---|---|
class |
PersistenceExceptionConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBAccessExceptionConverter |