
Uses of Class
ca.uhn.fhir.rest.server.interceptor.ExceptionHandlingInterceptor
Packages that use ExceptionHandlingInterceptor
-
Uses of ExceptionHandlingInterceptor in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor that return ExceptionHandlingInterceptorModifier and TypeMethodDescriptionExceptionHandlingInterceptor.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.