Just like Web MVC, Portlet MVC provides
HandlerExceptionResolver
s to ease the
pain of unexpected exceptions occurring while your request is being
processed by a handler that matched the request. Portlet MVC also
provides the same concrete
SimpleMappingExceptionResolver
that enables you
to take the class name of any exception that might be thrown and map it
to a view name.