0 follower

CDbException

Package system.db
Inheritance class CDbException » CException » Exception
Implements Throwable
Since 1.0
Version $Id$
Source Code framework/db/CDbException.php
CDbException represents an exception that is caused by some DB-related operations.

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
code Exception
file Exception
line Exception
message Exception

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Exception
__toString() Exception
__wakeup() Exception
getCode() Exception
getFile() Exception
getLine() Exception
getMessage() Exception
getPrevious() Exception
getTrace() Exception
getTraceAsString() Exception