CException

Package system.base
Inheritance class CException » Exception
Subclasses CDbException, CHttpException
Since 1.0
Version $Id: CException.php 1678 2010-01-07 21:02:00Z qiang.xue $
CException represents a generic exception for all purposes.

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
getCode() Exception
getFile() Exception
getLine() Exception
getMessage() Exception
getTrace() Exception
getTraceAsString() Exception