Path

ez components / documentation / api reference / 2007.2 / base


Base: ezcBaseInitCallbackConfiguredException

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcBaseInitCallbackConfiguredException

ezcBaseInitCallbackConfiguredException is thrown when you try to assign a callback clasname to an identifier, while there is already a callback class configured for this identifier. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcBaseInitCallbackConfiguredException

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcBaseInitCallbackConfiguredException __construct( $identifier, $originalCallbackClassName )
Constructs a new ezcBaseInitCallbackConfiguredException.

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message

Methods

__construct

ezcBaseInitCallbackConfiguredException __construct( string $identifier, string $originalCallbackClassName )
Constructs a new ezcBaseInitCallbackConfiguredException.

Parameters

Name Type Description
$identifier string  
$originalCallbackClassName string  

Redefinition of

Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

Last updated: Mon, 17 Dec 2007