public class DefaultErrorHandlerFactory extends Object implements ErrorHandlerFactory
KEY| Constructor and Description |
|---|
DefaultErrorHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
createErrorHandler()
This method will be invoked once per request, before the action is
processed.
|
public ErrorHandler createErrorHandler()
ErrorHandlerFactoryThis method will be invoked once per request, before the action is processed.
Users should note that any exceptions thrown from this method are not guaranteed to be caught in the FrontController. They may escape to the requestor. Users should handle any exceptions inside the implementation of this method if different behaviour is desired.
createErrorHandler in interface ErrorHandlerFactoryCopyright © 2011-2012 MojaveMVC.org