Template: ezcTemplateInvalidCompiledFileException
[ ]
[ EBNF ] [ Functions ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTemplateInvalidCompiledFileException
|
Exception for missing invalid compiled files. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcTemplateException
|
--ezcTemplateInvalidCompiledFileException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTemplateInvalidCompiledFileException |
__construct(
$identifier, $path )
Initialises the exception with the location object $location which contains the locator which is missing. |
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
ezcTemplateInvalidCompiledFileException __construct(
string
$identifier, string
$path )
Initialises the exception with the location object $location which contains the locator which is missing.
Parameters
| Name |
Type |
Description |
$identifier |
string |
The unique identifier for the compiled file. |
$path |
string |
The path to the compiled file. |
Redefinition of
Last updated: Mon, 21 Dec 2009