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

Class: TComponentIdInvalidException

Source Location: /Exception/TComponentIdInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TComponentIdInvalidException

TComponentIdInvalidException class

Class Details

[line 31]
TComponentIdInvalidException class

TComponentIdInvalidException is raised when the framework detects acomponent has invalid ID.

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]

TComponentIdInvalidException __construct( string $comType, string $id)

Constructor.



Parameters:

string   $comType   the component type
string   $id   the invalid ID

[ Top ]


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