CException
| 包 | system.base |
|---|---|
| 继承 | class CException » Exception |
| 子类 | CDbException, CHttpException |
| 源自 | 1.0 |
| 版本 | $Id: CException.php 2799 2011-01-01 19:31:13Z qiang.xue $ |
| 源码 | framework/base/CException.php |
CException表示一个适合所有情况的异常。
公共方法
| 方法 | 描述 | 定义在 |
|---|---|---|
| __construct() | Exception | |
| __toString() | Exception | |
| getCode() | Exception | |
| getFile() | Exception | |
| getLine() | Exception | |
| getMessage() | Exception | |
| getPrevious() | Exception | |
| getTrace() | Exception | |
| getTraceAsString() | Exception |