Moodle  2.2.1
http://www.collinsharper.com
Zend_Exception Class Reference
Inheritance diagram for Zend_Exception:

Public Member Functions

 __construct ($msg= '', $code=0, Exception $previous=null)
 __call ($method, array $args)
 __toString ()

Protected Member Functions

 _getPrevious ()

Detailed Description

Definition at line 27 of file Exception.php.


Constructor & Destructor Documentation

__construct ( msg = '',
code = 0,
Exception $  previous = null 
)

Construct the exception

Parameters:
string$msg
int$code
Exception$previous
Returns:
void

Definition at line 42 of file Exception.php.


Member Function Documentation

__call ( method,
array args 
)

Overloading

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

Parameters:
string$method
array$args
Returns:
mixed

Definition at line 61 of file Exception.php.

Here is the call graph for this function:

String representation of the exception

Returns:
string

Reimplemented in Zend_Gdata_Gapps_ServiceException.

Definition at line 74 of file Exception.php.

_getPrevious ( ) [protected]

Returns previous Exception

Returns:
Exception|null

Definition at line 91 of file Exception.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations