OXID eShop CE
4.9.6
|
Public Member Functions | |
setFileName ($sFileName) | |
getFileName () | |
setFileError ($sFileError) | |
getFileError () | |
getString () | |
getValues () | |
Public Member Functions inherited from oxException | |
__construct ($sMessage="not set", $iCode=0) | |
setLogFileName ($sFile) | |
getLogFileName () | |
setMessage ($sMessage) | |
setRenderer () | |
isRenderer () | |
setNotCaught () | |
isNotCaught () | |
debugOut () | |
setDestination ($sDestination) |
Protected Attributes | |
$_sErrFileName | |
$_sFileError | |
Protected Attributes inherited from oxException | |
$_sFileName = 'EXCEPTION_LOG.txt' | |
$_blRenderer = false | |
$_blNotCaught = false |
exception for invalid or non existin external files, e.g.:
Definition at line 8 of file oxfileexception.php.
oxFileException::getFileError | ( | ) |
oxFileException::getFileName | ( | ) |
Gives file name related to the exception
Definition at line 40 of file oxfileexception.php.
oxFileException::getString | ( | ) |
Get string dump Overrides oxException::getString()
Reimplemented from oxException.
Definition at line 71 of file oxfileexception.php.
oxFileException::getValues | ( | ) |
Override of oxException::getValues()
Reimplemented from oxException.
Definition at line 81 of file oxfileexception.php.
oxFileException::setFileError | ( | $sFileError | ) |
sets the error returned by the file operation
string | $sFileError | Error |
Definition at line 50 of file oxfileexception.php.
oxFileException::setFileName | ( | $sFileName | ) |
Sets the file name of the file related to the exception
string | $sFileName | file name |
Definition at line 30 of file oxfileexception.php.
|
protected |
Definition at line 16 of file oxfileexception.php.
|
protected |
Definition at line 23 of file oxfileexception.php.