Path

ez components / documentation / api reference / 2008.2.1 / base


eZ Components 2008.2.1

Base: ezcBaseFileNotFoundException

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcBaseFileNotFoundException

ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcBaseFileException
         |
         --ezcBaseFileNotFoundException

Inherited Constants

From ezcBaseFileException:
ezcBaseFileException::CHANGE
ezcBaseFileException::EXECUTE
ezcBaseFileException::READ
ezcBaseFileException::REMOVE
ezcBaseFileException::WRITE

Inherited Member Variables

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

Method Summary

public ezcBaseFileNotFoundException __construct( $path, [$type = null], [$message = null] )
Constructs a new ezcBaseFileNotFoundException.

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
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

ezcBaseFileNotFoundException __construct( string $path, [string $type = null], [string $message = null] )
Constructs a new ezcBaseFileNotFoundException.

Parameters

Name Type Description
$path string The name of the file.
$type string The type of the file.
$message string A string with extra information.

Redefinition of

Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

Last updated: Mon, 09 Feb 2009