ExceptionResolver is not consulted after view rendering begins. I don't think there's much you can do at this late stage - it's really a programming error. Unless you're expecting users to nominate template includes as part of normal application usage??
The only place you can even trap this error is in a HandlerInterceptor's afterCompletion() method which fires after view rendering with or without exceptions being thrown. But it's way too late to do anything like issue a response.sendRedirect.
Darren Davison.
Public Key: 0xE855B3EA