Template: ezcTemplateCustomBlockException
[ ]
[ EBNF ] [ Functions ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTemplateCustomBlockException
|
ezcTemplateCustomBlock exception is thrown when an error occurs while processing a Custom Block. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcTemplateException
|
--ezcTemplateCustomBlockException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTemplateCustomBlockException |
__construct(
$message )
Initialises the CustomBlock exception with the given message. |
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
ezcTemplateCustomBlockException __construct(
string
$message )
Initialises the CustomBlock exception with the given message.
Parameters
| Name |
Type |
Description |
$message |
string |
|
Redefinition of
Last updated: Mon, 09 Feb 2009