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

Class: TEventHandlerInvalidException

Source Location: /Exception/TEventHandlerInvalidException.php

Class Overview

Exception
   |
   --TException
      |
      --TEventHandlerInvalidException

TEventHandlerInvalidException class

Class Details

[line 31]
TEventHandlerInvalidException class

TEventHandlerInvalidException is raised when the framework detects an event is attached by an undefined handler method.

Namespace: Exception




version:  $Revision: 1.3 $ $Date: 2005/01/04 21:33:45 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 39]

TEventHandlerInvalidException __construct( string $comType, string $eventName, string $handler)

Constructor.



Parameters:

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

[ Top ]


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