CodeToDiagramException Class Reference

Inheritance diagram for CodeToDiagramException:

Exception

List of all members.

Public Member Functions

 __construct ($strMessage)


Detailed Description

Code To Diagram Exception

Author:
Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>

Definition at line 13 of file CodeToDiagramException.class.php.


Constructor & Destructor Documentation

__construct ( strMessage  ) 

Definition at line 15 of file CodeToDiagramException.class.php.

References print.

00016     {
00017         print $strMessage . " on " . $this->getFile() . " line " . $this->getLine() . " <br/>\n<pre> ";
00018         print_r( $this->getTrace() );
00019         exit();
00020     }


The documentation for this class was generated from the following file:

Generated on Thu Feb 3 03:55:03 2011 for CodeToDiagram by  doxygen 1.5.9