Core::arbitUnknownLocaleException
Class arbitUnknownLocaleException
Exception thrown for unknown locales Exception thrown for unknown locales
Exception
|
--arbitException
|
--arbitUnknownLocaleException
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Inherited Member Variables
Method Summary
|
public void |
__construct(
$locale
)
Construct exception from locale |
Inherited Methods
|
From arbitException
|
|
public void |
arbitException::__construct()
Construct exception message
Construct exception message of a string with placeholders and the properties array, where the properties are the values, which will replace the placeholders when the exception is echo'd. |
|
protected string |
arbitException::buildMessage()
Build exception message
Replace all placeholders in exception message. has been "borrowed" from ezcTranslations, as this will used for the translation, so that we are using the exact same replacement strategy. |
|
public string |
arbitException::getText()
Get message |
|
public array |
arbitException::getTextValues()
Get properties
Get text properties containing the values, which should replace the placeholders in the message. |
Methods
__construct
void
__construct(
string
$locale
)
Construct exception from locale Construct exception from locale
Parameters:
| Name |
Type |
Description |
$locale |
string |
|
Redefinition of:
| Method |
Description |
arbitException::__construct() |
Construct exception message
Construct exception message of a string with placeholders and the properties array, where the properties are the values, which will replace the placeholders when the exception is echo'd.
|
|