|
Previous Page |
Solar_Example_Controller_Page |
Next Page |
_exceptionDuringFetch()
protected
string
_exceptionDuringFetch (
Exception $e
)
When an exception is thrown during the fetch() process, use this method to recover from it.
Inherited from Solar_Controller_Page.
Parameters
- (Exception)
$e: The exception thrown during the fetch() process.
Returns
- (string) The alternative output from the rescued exception.
Description
When an exception is thrown during the fetch() process, use this method to recover from it.
This default implementation just re-throws the exception, but extended classes may override the behavior to return alternative output from the failed fetch().
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __set()
- _addViewHelpers()
- _addViewTemplates()
- _exception()
- _exceptionDuringFetch()
- _forward()
- _forwardActionMethod()
- _getActionFormat()
- _getActionMethod()
- _getActionView()
- _info()
- _isProcess()
- _load()
- _postAction()
- _postRender()
- _postRun()
- _preAction()
- _preRender()
- _preRun()
- _query()
- _redirect()
- _redirectNoCache()
- _render()
- _renderLayout()
- _renderView()
- _setContentType()
- _setLayoutTemplates()
- _setViewObject()
- _setup()
- actionBumpyCase()
- actionFoo()
- actionNoRelatedView()
- actionTestForward()
- apiVersion()
- display()
- dump()
- fetch()
- locale()
- setActionDefault()
- setFrontController()