Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcBaseFileIoException

Base::ezcBaseFileIoException

Class ezcBaseFileIoException

ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file.

Source for this file: /Base/src/exceptions/file_io.php

Exception
   |
   --ezcBaseException
      |
      --ezcBaseFileException
         |
         --ezcBaseFileIoException
Version:   //autogen//

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 $previous
private $string
private $trace

Method Summary

public ezcBaseFileIoException __construct( $path , $mode , [ $message = null] )
Constructs a new ezcBaseFileIoException for the file $path.

Inherited Methods

From ezcBaseException
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
From Exception (Internal Class)
public Exception constructor __construct ( [$message = ], [$code = ], [$previous = ] )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
public void getPrevious ( )
public void getTrace ( )
public void getTraceAsString ( )
public void __clone ( )
public void __toString ( )

Methods

__construct

ezcBaseFileIoException __construct( string $path , int $mode , [string $message = null] )

Constructs a new ezcBaseFileIoException for the file $path.

Parameters:
Name Type Description
$path string The name of the file.
$mode int The mode of the property that is allowed (ezcBaseFileException::READ, ezcBaseFileException::WRITE, ezcBaseFileException::EXECUTE or ezcBaseFileException::CHANGE).
$message string A string with extra information.
Redefinition of:
Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message
Documentation generated by phpDocumentor 1.4.3