Handle exceptions that bubble up based on missing controllers, actions, or application errors, and forward to an error handler.
Located in /Controller/Plugin/ErrorHandler.php (line 37)
Zend_Controller_Plugin_Abstract | --Zend_Controller_Plugin_ErrorHandler
Action to use for errors; defaults to 'error'
Controller to use for errors; defaults to 'error'
Module to use for errors; defaults to default module in dispatcher
Exception count logged at first invocation of plugin
Flag; are we already inside the error handler loop?
Inherited from Zend_Controller_Plugin_Abstract
Zend_Controller_Plugin_Abstract::$_request
Zend_Controller_Plugin_Abstract::$_response
Constructor
Options may include:
Retrieve the current error handler action
Retrieve the current error handler controller
Retrieve the current error handler module
Post dispatch hook -- check for exceptions and dispatch error handler if necessary
Route shutdown hook -- Ccheck for router exceptions
setErrorHandler() - setup the error handling options
Set the action name for the error handler
Set the controller name for the error handler
Set the module name for the error handler
Handle errors and exceptions
If the 'noErrorHandler' front controller flag has been set, returns early.
Inherited From Zend_Controller_Plugin_Abstract
Zend_Controller_Plugin_Abstract::dispatchLoopShutdown()
Zend_Controller_Plugin_Abstract::dispatchLoopStartup()
Zend_Controller_Plugin_Abstract::getRequest()
Zend_Controller_Plugin_Abstract::getResponse()
Zend_Controller_Plugin_Abstract::postDispatch()
Zend_Controller_Plugin_Abstract::preDispatch()
Zend_Controller_Plugin_Abstract::routeShutdown()
Zend_Controller_Plugin_Abstract::routeStartup()
Zend_Controller_Plugin_Abstract::setRequest()
Zend_Controller_Plugin_Abstract::setResponse()
Const - No action exception; controller exists, but action does not
Const - No controller exception; controller does not exist
Const - No route exception; no routing was possible
Const - Other Exception; exceptions thrown by application controllers
Documentation generated on Mon, 21 Jun 2010 15:20:14 -0400 by phpDocumentor 1.4.3