Exception.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend  
Version
$Id$  

\Zend_Exception

Package: Zend
Parent(s)
\Exception
Children
\Zend_Http_Exception
\Zend_Http_UserAgent_Exception
\Zend_ProgressBar_Exception
\Zend_Memory_Exception
\Zend_Tool_Project_Exception
\Zend_Tool_Framework_Exception
\Zend_Pdf_Exception
\Zend_XmlRpc_Exception
\Zend_Tag_Exception
\Zend_Session_Exception
\Zend_Log_Exception
\Zend_Crypt_Exception
\Zend_Filter_Exception
\Zend_Paginator_Exception
\Zend_Service_Exception
\Zend_Dojo_Exception
\Zend_Queue_Exception
\Zend_EventManager_Exception_InvalidArgumentException
\Zend_Rest_Exception
\Zend_Soap_Wsdl_Exception
\Zend_Soap_Server_Exception
\Zend_Soap_AutoDiscover_Exception
\Zend_Soap_Client_Exception
\Zend_Mobile_Exception
\Zend_Mail_Exception
\Zend_Date_Exception
\Zend_Oauth_Exception
\Zend_Loader_Exception
\Zend_Mime_Exception
\Zend_Locale_Exception
\Zend_Validate_Exception
\Zend_Acl_Exception
\Zend_Amf_Exception
\Zend_View_Exception
\Zend_Feed_Writer_Exception_InvalidMethodException
\Zend_Feed_Pubsubhubbub_Exception
\Zend_Feed_Exception
\Zend_Controller_Exception
\Zend_Captcha_Exception
\Zend_Xml_Exception
\Zend_Dom_Exception
\Zend_Cache_Exception
\Zend_Server_Exception
\Zend_Navigation_Exception
\Zend_Form_Exception
\Zend_File_Transfer_Exception
\Zend_Serializer_Exception
\Zend_Cloud_OperationNotAvailableException
\Zend_Cloud_Exception
\Zend_TimeSync_Exception
\Zend_CodeGenerator_Exception
\Zend_Config_Exception
\Zend_Search_Exception
\Zend_Db_Exception
\Zend_Wildfire_Exception
\Zend_Ldap_Converter_Exception
\Zend_Ldap_Filter_Exception
\Zend_Ldap_Exception
\Zend_Measure_Exception
\Zend_Auth_Exception
\Zend_Markup_Exception
\Zend_Translate_Exception
\Zend_Application_Exception
\Zend_Currency_Exception
\Zend_Json_Exception
\Zend_Barcode_Exception
\Zend_Gdata_App_Exception
\Zend_Gdata_Gapps_ServiceException
\Zend_Test_PHPUnit_Db_Exception
\Zend_Text_Exception
\Zend_Console_Getopt_Exception
\Zend_Uri_Exception
\Zend_OpenId_Exception
\Zend_Reflection_Exception
\Zend_Layout_Exception
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivatenull|\Exception $_previous = null
Default valuenullDetails
Type
null | \Exception

Methods

methodpublic__call(string $method, array $args) : mixed

Overloading

For PHP < 5.3.0, provides access to the getPrevious() method.
Parameters
NameTypeDescription
$methodstring
$argsarray
Returns
TypeDescription
mixed
methodpublic__construct(string $msg = '', int $code = 0, \Exception $previous = null) : void

Construct the exception

Parameters
NameTypeDescription
$msgstring
$codeint
$previous\Exception
methodpublic__toString() : string

String representation of the exception

Returns
TypeDescription
string
methodprotected_getPrevious() : \Exception | null

Returns previous Exception

Returns
TypeDescription
\Exception | null
Documentation was generated by phpDocumentor 2.2.0 .