Base: ezcBaseFileIoException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcBaseFileIoException
|
ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcBaseFileException
|
--ezcBaseFileIoException
Inherited Constants
From
ezcBaseFileException:
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
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 :
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
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
Last updated: Mon, 21 Dec 2009