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

Class: TEventRedefinedException

Source Location: /Exception/TEventRedefinedException.php

Class Overview

Exception
   |
   --TException
      |
      --TEventRedefinedException

TEventRedefinedException class

Class Details

[line 31]
TEventRedefinedException class

TEventRedefinedException is raised when the framework detects that an event is redefined.

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]

TEventRedefinedException __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.