Path

ez components / documentation / api reference / 1.1.1 / template


eZ Components 1.1.1

Template: ezcTemplateLocatorNotFoundException

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

Class: ezcTemplateLocatorNotFoundException

Exception for missing locator handlers in the template manager. The tried location object is passed to the constructor. [source]

Parents

Exception
   |
   --ezcTemplateLocatorNotFoundException

Inherited Member Variables

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

Method Summary

public ezcTemplateLocatorNotFoundException __construct( $location, $locator )
Initialises the exception with the location object $location which contains the locator which is missing.

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

ezcTemplateLocatorNotFoundException __construct( $location, string $locator )
Initialises the exception with the location object $location which contains the locator which is missing.

Parameters

Name Type Description
$locator string The ezcTemplateLocation object.
$location ezcTemplateLocation  

Redefinition of

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

Last updated: Thu, 01 Nov 2007