Path

ez components / documentation / api reference / 2008.2 / base


eZ Components 2008.2

Base: ezcBaseFunctionalityNotSupportedException

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

Class: ezcBaseFunctionalityNotSupportedException

The ezcBaseFunctionalityNotSupportedException is thrown when a requested PHP function was not found. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcBaseFunctionalityNotSupportedException

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcBaseFunctionalityNotSupportedException __construct( $message, $reason )
Constructs a new ezcBaseFunctionalityNotSupportedException.

Inherited Methods

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

Methods

__construct

ezcBaseFunctionalityNotSupportedException __construct( string $message, string $reason )
Constructs a new ezcBaseFunctionalityNotSupportedException.

Parameters

Name Type Description
$message string The message to throw
$reason string The reason for the exception

Redefinition of

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

Last updated: Mon, 05 Jan 2009