| Package | Description |
|---|---|
| ca.uhn.fhir.jaxrs.server.interceptor |
| Modifier and Type | Method and Description |
|---|---|
JaxRsResponseException |
JaxRsExceptionInterceptor.convertException(AbstractJaxRsProvider theServer,
Throwable theException)
This method convert an exception to a JaxRsResponseException
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
JaxRsExceptionInterceptor.convertExceptionIntoResponse(JaxRsRequest theRequest,
JaxRsResponseException theException)
This method converts an exception into a response
|
| Modifier and Type | Method and Description |
|---|---|
Object |
JaxRsExceptionInterceptor.intercept(javax.interceptor.InvocationContext ctx)
This interceptor will catch all exception and convert them using the exceptionhandler
|
Copyright © 2014–2019 University Health Network. All rights reserved.