System.Exception
[ class tree: System.Exception ] [ index: System.Exception ] [ all elements ]

Class: TTemplateParsingFailedException

Source Location: /Exception/TTemplateParsingFailedException.php

Class Overview

Exception
   |
   --TException
      |
      --TTemplateParsingFailedException

TTemplateParsingFailedException class

Class Details

[line 31]
TTemplateParsingFailedException class

TTemplateParsingFailedException is raised when the framework fails in parsing a component template file.

Namespace: Exception




version:  $Revision: 1.2 $ $Date: 2005/01/04 21:33:47 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 38]

TTemplateParsingFailedException __construct( string $tplFile, [string $msg = ''])

Constructor.



Parameters:

string   $tplFile   the component template file name
string   $msg   the parsing error message

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.