Class Zend_Exception

Description

Located in /Exception.php (line 27)

Exception
   |
   --Zend_Exception
Direct descendents
Class Description
 class Zend_Dojo_Exception Exception class for Zend_Dojo
 class Zend_Layout_Exception
 class Zend_CodeGenerator_Exception
Abstract class Zend_InfoCard_Exception_Abstract Zend Framework
 class Zend_Db_Exception
 class Zend_Http_Exception
 class Zend_Measure_Exception Exception class
 class Zend_Markup_Exception Exception class for Zend_Markup
 class Zend_Locale_Exception
 class Zend_Config_Exception
 class Zend_Log_Exception
 class Zend_Json_Exception
 class Zend_Soap_Wsdl_Exception Zend_Soap_Wsdl_Exception
 class Zend_Soap_Server_Exception
 class Zend_Soap_AutoDiscover_Exception
 class Zend_Soap_Client_Exception
 class Zend_Translate_Exception
 class Zend_Auth_Exception
 class Zend_Filter_Exception
 class Zend_Navigation_Exception Navigation exception
 class Zend_Server_Exception Zend_Server_Reflection exceptions
 class Zend_File_Transfer_Exception Exception class for Zend_File_Transfer
 class Zend_Feed_Exception Feed exceptions
 class Zend_Feed_Pubsubhubbub_Exception
 class Zend_Feed_Writer_Exception_InvalidMethodException Feed exceptions
 class Zend_Uri_Exception Exceptions for Zend_Uri
 class Zend_Reflection_Exception
 class Zend_View_Exception Exception for Zend_View class.
 class Zend_Text_Exception Exception class for Zend_Text
 class Zend_Mail_Exception
 class Zend_Validate_Exception
 class Zend_Session_Exception Zend_Session_Exception
 class Zend_Loader_Exception
 class Zend_Captcha_Exception Exception for Zend_Form component.
 class Zend_Tool_Project_Exception
 class Zend_Tool_Framework_Exception
 class Zend_Controller_Exception
 class Zend_Mime_Exception
 class Zend_Gdata_Gapps_ServiceException Gdata Gapps Exception class. This is thrown when an AppsForYourDomainErrors message is received from the Google Apps servers.
 class Zend_Gdata_App_Exception Gdata App exceptions
 class Zend_Ldap_Filter_Exception
 class Zend_Ldap_Exception
 class Zend_Wildfire_Exception
 class Zend_OpenId_Exception Exception class for Zend_OpenId
 class Zend_Cache_Exception
 class Zend_Service_Exception
 class Zend_Tag_Exception Exception class for Zend_Tag
 class Zend_Oauth_Exception
 class Zend_TimeSync_Exception Exception class for Zend_TimeSync
 class Zend_Dom_Exception Zend_Dom Exceptions
 class Zend_ProgressBar_Exception Exception class for Zend_ProgressBar
 class Zend_Rest_Exception
 class Zend_XmlRpc_Exception
 class Zend_Serializer_Exception
 class Zend_Barcode_Exception Zend_Barcode_Exception
 class Zend_Crypt_Exception
 class Zend_Memory_Exception
 class Zend_Currency_Exception Exception class for Zend_Currency
 class Zend_Console_Getopt_Exception
 class Zend_Search_Exception
 class Zend_Date_Exception
 class Zend_Acl_Exception
 class Zend_Paginator_Exception
 class Zend_Queue_Exception
 class Zend_Application_Exception Exception class for Zend_Application
 class Zend_Test_PHPUnit_Db_Exception Exception for Zend_Test_PHPUnit_Database package
 class Zend_Amf_Exception
 class Zend_Pdf_Exception Exception class for Zend_Pdf.
 class Zend_Form_Exception Exception for Zend_Form component.
Method Summary
 void __construct ([string $msg = ''], [int $code = 0], [ $previous = null])
 Exception|null _getPrevious ()
 mixed __call (string $method,  $args)
 string __toString ()
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 42)

Construct the exception

  • access: public
void __construct ([string $msg = ''], [int $code = 0], [ $previous = null])
  • string $msg
  • int $code
  • Exception $previous

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ] )

Redefined in descendants as:
_getPrevious (line 91)

Returns previous Exception

  • access: protected
Exception|null _getPrevious ()
__call (line 61)

Overloading

For PHP < 5.3.0, provides access to the getPrevious() method.

  • access: public
mixed __call (string $method,  $args)
  • string $method
  • array $args
__toString (line 74)

String representation of the exception

  • access: public
string __toString ()

Redefinition of:
Exception::__toString ( )

Redefined in descendants as:

Inherited Methods

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )

Documentation generated on Mon, 21 Jun 2010 15:21:22 -0400 by phpDocumentor 1.4.3