Hi,
This question is addressed to the forum in general but to Marten Deinum specifically.
I am trying to find a clean way to handle all Exceptions as well as http error codes (such as 400, 404 etc...) and map them to the same custom view. I am using Spring MVC 3.0.5
Any help on this will be very much appreciated.

Emmanuel