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// |
From ezcBaseFileException: | |
---|---|
ezcBaseFileException::CHANGE
|
|
ezcBaseFileException::EXECUTE
|
|
ezcBaseFileException::READ
|
|
ezcBaseFileException::REMOVE
|
|
ezcBaseFileException::WRITE
|
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
From Exception (Internal Class) | |
protected |
$code
|
protected |
$file
|
protected |
$line
|
protected |
$message
|
private |
$previous
|
private |
$string
|
private |
$trace
|
public ezcBaseFilePermissionException |
__construct(
$path
, $mode
, [ $message
= null] )
Constructs a new ezcPropertyPermissionException for the property $name. |
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 ( )
|
Constructs a new ezcPropertyPermissionException for the property $name.
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. |
Method | Description |
---|---|
ezcBaseException::__construct() |
Constructs a new ezcBaseException with $message |