|
Doctrine 1.2.4
|
Inherits Doctrine_Connection_Exception.
Public Member Functions | |
| errorMessage ($value=null) | |
| getPortableCode () | |
| getPortableMessage () | |
| processErrorInfo (array $errorInfo) | |
Definition at line 34 of file Exception.php.
|
inherited |
Return a textual error message for a Doctrine error code
| int|array | integer error code, null to get the current error code-message map, or an array with a new error code-message map |
Definition at line 112 of file Exception.php.
|
inherited |
getPortableCode returns portable error code
Definition at line 86 of file Exception.php.
|
inherited |
getPortableMessage returns portable error message
Definition at line 97 of file Exception.php.
| Doctrine_Connection_Oracle_Exception::processErrorInfo | ( | array | $errorInfo | ) |
This method checks if native error code/message can be converted into a portable code and then adds this portable error code to $portableCode field
| array | $errorInfo | error info array |
Definition at line 71 of file Exception.php.