18.8 Handling exceptions

Just like Web MVC, Portlet MVC provides HandlerExceptionResolvers 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.