Class Zend_Exception

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Exception.php (line 28)

Exception
   |
   --Zend_Exception
Direct descendents
Class Description
 class Zend_Uri_Exception Exceptions for Zend_Uri
 class Zend_Http_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
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 43)

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 92)

Returns previous Exception

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

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 75)

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 Tue, 26 Oct 2010 20:08:41 +0400 by phpDocumentor 1.4.2