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

Class: TEventNameInvalidException

Source Location: /Exception/TEventNameInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TEventNameInvalidException

TEventNameInvalidException class

Class Details

[line 31]
TEventNameInvalidException class

TEventNameInvalidException is raised when the framework detects that an event is defined with an invalid name.

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]

TEventNameInvalidException __construct( string $comType, string $eventName)

Constructor.



Parameters:

string   $comType   the component type
string   $eventName   the event name

[ Top ]


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