Public Member Functions | Protected Attributes

Zend_Db_Statement_Exception Class Reference

Inheritance diagram for Zend_Db_Statement_Exception:
Zend_Db_Exception Zend_Exception Zend_Db_Statement_Db2_Exception Zend_Db_Statement_Mysqli_Exception Zend_Db_Statement_Oracle_Exception Zend_Db_Statement_Sqlsrv_Exception ZendX_Db_Statement_Firebird_Exception

Public Member Functions

 __construct ($message=null, $code=null, Exception $chainedException=null)
 hasChainedException ()
 getChainedException ()

Protected Attributes

 $_chainedException = null

Detailed Description

Definition at line 37 of file Exception.php.


Constructor & Destructor Documentation

__construct ( message = null,
code = null,
Exception $  chainedException = null 
)
Parameters:
string$message
string | int$code
Exception$chainedException

Definition at line 49 of file Exception.php.


Member Function Documentation

getChainedException (  )
Returns:
Exception|null

Definition at line 69 of file Exception.php.

hasChainedException (  )

Check if this general exception has a specific database driver specific exception nested inside.

Returns:
bool

Definition at line 61 of file Exception.php.


The documentation for this class was generated from the following file: