I didn't knew the automagically way spring resolve HandlerExceptiosResolver implementation, now iam a happy user again...
Thanks irbouho...
Type: Posts; User: jars; Keyword(s):
I didn't knew the automagically way spring resolve HandlerExceptiosResolver implementation, now iam a happy user again...
Thanks irbouho...
Contnuing the topic "Example of ExceptionHandler"...
public class ArrayStoreExceptionHandler implements HandlerExceptionResolver, Ordered {
private int order;
public ModelAndView...
I need some example of ExceptionHandlerResolver implementation and his declaration in the application context plz.
Thanks.