Uses of Class
ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
-
Packages that use ExceptionHandlingInterceptor Package Description ca.uhn.fhir.rest.server.interceptor -
-
Uses of ExceptionHandlingInterceptor in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor that return ExceptionHandlingInterceptor Modifier and Type Method Description ExceptionHandlingInterceptorExceptionHandlingInterceptor. setReturnStackTracesForExceptionTypes(Class<?>... theExceptionTypes)If any server methods throw an exception which extends any of the given exception types, the exception stack trace will be returned to the user.
-