CException
| Package | system.base |
|---|---|
| Inheritance | class CException » Exception |
| Subclasses | CDbException, CHttpException |
| Since | 1.0 |
| Version | $Id: CException.php 2799 2011-01-01 19:31:13Z qiang.xue $ |
| Source Code | framework/base/CException.php |
CException represents a generic exception for all purposes.
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| code | Exception | ||
| file | Exception | ||
| line | Exception | ||
| message | Exception |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Exception | |
| __toString() | Exception | |
| getCode() | Exception | |
| getFile() | Exception | |
| getLine() | Exception | |
| getMessage() | Exception | |
| getPrevious() | Exception | |
| getTrace() | Exception | |
| getTraceAsString() | Exception |