Apache Zeta Components Manual :: Docs For Class ezcBaseFilePermissionException
Base::ezcBaseFilePermissionException
Class ezcBaseFilePermissionException
ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred.
Source for this file: /Base/src/exceptions/file_permission.php
Exception | --ezcBaseException | --ezcBaseFileException | --ezcBaseFilePermissionException
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 ezcBaseFilePermissionException |
__construct(
$path
, $mode
, [ $message
= null] )
Constructs a new ezcPropertyPermissionException for the property $name. |
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
ezcBaseFilePermissionException
__construct(
string
$path
, int
$mode
, [string
$message
= null] )
Constructs a new ezcPropertyPermissionException for the property $name.
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, ezcBaseFileException::CHANGE or ezcBaseFileException::REMOVE). |
$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