Core::Facade::arbitFacadeUnknownProjectException
Class arbitFacadeUnknownProjectException
Exception thrown when something was requested from a project, which in fact does not (yet) exist. Exception thrown when something was requested from a project, which in fact does not (yet) exist.
Implements interfaces:
Exception
|
--arbitException
|
--arbitFacadeException
|
--arbitFacadeUnknownProjectException
Author(s):
|
Version:
|
$Revision: 1692 $ |
|
License:
|
GPL |
Inherited Member Variables
Method Summary
|
public arbitFacadeUnknownProjectException |
__construct(
$project
)
Create exception from project name |
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. |
|
From Exception (Internal Class)
|
|
public Exception |
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getPrevious ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
arbitFacadeUnknownProjectException
__construct(
string
$project
)
Create exception from project name Create exception from project name
Parameters:
| Name |
Type |
Description |
$project |
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.
|
|