posted 11 years ago
Hi,
We have a Spring MVC app with hibernate as dao. I'm planning to have a single interceptor for exception handling and trying to use @ExceptionHandler annotations or ExceptionResolver interface to handle. But I'm not sure how to use a single inerceptor along with exception handler resolvers at one place in the application.
I'll have nearly 20 controllers but want to handle excpetions with interceptors and annotations in a single class.
please suggest
Thanks
Rams