Look up a class, method, property or event
CDbException
| Package |
system.db |
| Inheritance |
class CDbException »
CException »
Exception |
| Since |
1.0 |
| Version |
$Id: CDbException.php 433 2008-12-30 22:59:17Z qiang.xue $ |
CDbException represents an exception that is caused by some DB-related operations.
Protected Properties
Hide inherited properties
| Property | Type | Description | Defined By |
| code |
|
|
Exception |
| file |
|
|
Exception |
| line |
|
|
Exception |
| message |
|
|
Exception |
Public Methods
Hide inherited methods
| Method | Description | Defined By |
| __construct() |
|
Exception |
| __toString() |
|
Exception |
| getCode() |
|
Exception |
| getFile() |
|
Exception |
| getLine() |
|
Exception |
| getMessage() |
|
Exception |
| getTrace() |
|
Exception |
| getTraceAsString() |
|
Exception |
Be the first person to leave a comment
Please login to leave your comment.