Class PHPDS_exception

Description

Exception extenstion.

Located in /PHPDS_exception.class.php (line 17)

Exception
   |
   --PHPDS_exception
Direct descendents
Class Description
PHPDS_fatalError Exception extenstion.
PHPDS_databaseException Exception extenstion.
PHPDS_securityException Exception extenstion.
PHPDS_securityException403 Exception extenstion.
PHPDS_pageException404 Exception extenstion.
PHPDS_sprintfnException Exception extenstion.
Variable Summary
Method Summary
PHPDS_exception __construct ([ $message = ""], [ $code = 0], [ $previous = null])
void getCauses ()
void getignoreLines ()
void hasCauses ()
Variables
mixed $extendedMessage = '' (line 20)
  • access: protected
mixed $ignoreLines = 0 (line 19)
  • access: protected

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 22)
  • access: public
PHPDS_exception __construct ([ $message = ""], [ $code = 0], [ $previous = null])
  • $message
  • $code
  • $previous

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )

Redefined in descendants as:
getCauses (line 68)

returns a special message and a list of possible causes

  • access: public
void getCauses ()

Redefined in descendants as:
getExtendedMessage (line 47)
  • access: public
void getExtendedMessage ()
getExtendedTrace (line 52)
  • access: public
void getExtendedTrace ()
getignoreLines (line 42)
  • access: public
void getignoreLines ()
hasCauses (line 60)

some Exception may choose to display some possible cause for the error, to help tracking down the error

  • access: public
void hasCauses ()

Redefined in descendants as:

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Tue, 09 Aug 2011 09:05:12 +0200 by phpDocumentor 1.4.3