CDbException
Package |
system.db |
Inheritance |
class CDbException »
CException »
Exception |
Since |
1.0 |
Version |
$Id: CDbException.php 1678 2010-01-07 21:02:00Z 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 |