Apache Zeta Components Manual :: Docs For Class ezcBaseSettingValueException
Base::ezcBaseSettingValueException
Class ezcBaseSettingValueException
ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value.
Source for this file: /Base/src/exceptions/setting_value.php
Exception
|
--ezcBaseException
|
--ezcBaseSettingValueException
Inherited Member Variables
Method Summary
public ezcBaseSettingValueException |
__construct(
$settingName
, $value
, [ $expectedValue
= null] )
Constructs a new ezcBaseConfigException |
Inherited Methods
Methods
__construct
ezcBaseSettingValueException
__construct(
string
$settingName
, mixed
$value
, [string
$expectedValue
= null] )
Constructs a new ezcBaseConfigException
Parameters:
Name |
Type |
Description |
$settingName |
string |
The name of the setting where something was wrong with.
|
$value |
mixed |
The value that the option was tried to be set too.
|
$expectedValue |
string |
A string explaining the allowed type and value range.
|
Redefinition of: