Template: ezcTemplateFileNotReadableException
[ ]
[ EBNF ] [ Functions ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTemplateFileNotReadableException
|
Exception for problems when reading from template files. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcTemplateException
|
--ezcTemplateFileNotReadableException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTemplateFileNotReadableException |
__construct(
$stream )
Initialises the exception with the template file path. |
Inherited Methods
From
ezcTemplateException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcTemplateFileNotReadableException __construct(
string
$stream )
Initialises the exception with the template file path.
Parameters
| Name |
Type |
Description |
$stream |
string |
The stream path to the template file which could not be read. |
Redefinition of
Last updated: Mon, 05 Jan 2009