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

Class: TPropertyNotDefinedException

Source Location: /Exception/TPropertyNotDefinedException.php

Class Overview

Exception
   |
   --TException
      |
      --TPropertyNotDefinedException

TPropertyNotDefinedException class

Class Details

[line 31]
TPropertyNotDefinedException class

TPropertyNotDefinedException is raised when the framework detects the usage of some undefined component property.

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 38]

TPropertyNotDefinedException __construct( string $comType, string $propName)

Constructor.



Parameters:

string   $comType   the component type
string   $propName   the undefined property name

[ Top ]


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