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