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

Class: TExpressionInvalidException

Source Location: /Exception/TExpressionInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TExpressionInvalidException

TExpressionInvalidException class

Class Details

[line 31]
TExpressionInvalidException class

TExpressionInvalidException is raised when the framework detects an error happened during executing a PHP expression.

Namespace: Exception




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


[ Top ]

Methods



Class Methods


constructor __construct [line 39]

TExpressionInvalidException __construct( string $comType, string $expression, [string $msg = ''])

Constructor.



Parameters:

string   $comType   the component type or ID
string   $expression   the expression
string   $msg   the error message

[ Top ]


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