![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| __construct ($message="", $code=0, $previous=null) | |
| getignoreLines () | |
| getExtendedMessage () | |
| getExtendedTrace () | |
| hasCauses () | |
| getCauses () | |
Protected Attributes | |
| $ignoreLines = 0 | |
| $extendedMessage = '' | |
Exception extention.
| __construct | ( | $ | message = "", |
| $ | code = 0, |
||
| $ | previous = null |
||
| ) |
Reimplemented in PHPDS_fatalError, and PHPDS_sprintfnException.
| getCauses | ( | ) |
returns a special message and a list of possible causes
Reimplemented in PHPDS_databaseException, and PHPDS_sprintfnException.
| getExtendedMessage | ( | ) |
| getExtendedTrace | ( | ) |
| getignoreLines | ( | ) |
| hasCauses | ( | ) |
some Exception may choose to display some possible cause for the error, to help tracking down the error
Reimplemented in PHPDS_databaseException, and PHPDS_sprintfnException.
$extendedMessage = '' [protected] |
$ignoreLines = 0 [protected] |