Back Forum Reply New

Exception handling through Filter /Interceptor

Hi ,
i m new to spring . i want to know how we can handle exception at filter/interceptor level.   means if any runtime error comes then page redirected to error page .
is there any setting for error page in web.xml same as struts.
   I listen that there is some Interceptor/filter which checks response from server ,if they found any error they redirect to some predefined page with out showing that distorted function error page.
  
thanks in advance

I think Spring MVC probably has something like that, but you'll probably get better responses if you ask the question over at the Spring web forum

Things like redirecting to an error page after an exception are handled by most Web frameworks, including Spring MVC I think.  I hope you find a more helpful response in the ucl I included.
¥
Back Forum Reply New