PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
PHPDS_exception Class Reference
Inheritance diagram for PHPDS_exception:
PHPDS_databaseException PHPDS_fatalError PHPDS_pageException404 PHPDS_pageException418 PHPDS_securityException PHPDS_securityException403 PHPDS_sprintfnException

Public Member Functions

 __construct ($message="", $code=0, $previous=null)
 getignoreLines ()
 getExtendedMessage ()
 getExtendedTrace ()
 hasCauses ()
 getCauses ()

Protected Attributes

 $ignoreLines = 0
 $extendedMessage = ''

Detailed Description

Exception extention.


Constructor & Destructor Documentation

__construct ( message = "",
code = 0,
previous = null 
)

Reimplemented in PHPDS_fatalError, and PHPDS_sprintfnException.


Member Function Documentation

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.


Field Documentation

$extendedMessage = '' [protected]
$ignoreLines = 0 [protected]

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations