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

Class: TPropertyTypeInvalidException

Source Location: /Exception/TPropertyTypeInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TPropertyTypeInvalidException

TPropertyTypeInvalidException class

Class Details

[line 32]
TPropertyTypeInvalidException class

TPropertyTypeInvalidException is raised when the framework detects a component property is defined with an invalid type.

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

TPropertyTypeInvalidException __construct( string $comType, string $propName, string $type)

Constructor.



Parameters:

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

[ Top ]


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