Path

ez components / documentation / api reference / 1.1.1 / template


eZ Components 1.1.1

Template: ezcTemplateParseException

[ Tutorial ] [ EBNF ] [ Functions ] [ Syntax ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcTemplateParseException

Exception for problems when renaming template files. [source]

Parents

Exception
   |
   --ezcTemplateParseException

Constants

INVALID_PROGRAM_ELEMENT = 2 The element passed to the program parser is not valid at the program context.
NO_SOURCE_CODE = 1 No source code was found in source object.

Inherited Member Variables

From Exception (Internal Class):
protected  $code
protected  $file
protected  $line
protected  $message
private  $string
private  $trace

Method Summary

public ezcTemplateParseException __construct( $type, [$comment = false], $from, $to )
Initialises the exception with the original template file path and the new file path.

Inherited Methods

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

ezcTemplateParseException __construct( $type, [ $comment = false], string $from, string $to )
Initialises the exception with the original template file path and the new file path.

Parameters

Name Type Description
$from string The original file path.
$to string The new file path.
$type  
$comment  

Redefinition of

Method Description
Exception::constructor __construct ( $message, $code )  

Last updated: Thu, 01 Nov 2007