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

Class: TPropertyValueInvalidException

Source Location: /Exception/TPropertyValueInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TPropertyValueInvalidException

TPropertyValueInvalidException class

Class Details

[line 32]
TPropertyValueInvalidException class

TPropertyValueInvalidException is raised when the framework detects a component property is configured with an invalid formatted string.

Namespace: Exception




version:  $Revision: 1.1 $ $Date: 2005/01/15 03:38:50 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 40]

TPropertyValueInvalidException __construct( string $comType, string $propName, string $value)

Constructor.



Parameters:

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

[ Top ]


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