Definition at line 9 of file oxfileexception.php.
Public Member Functions | |
setFileName ($sFileName) | |
getFileName () | |
setFileError ($sFileError) | |
getFileError () | |
getString () | |
getValues () | |
Protected Attributes | |
$_sFileName | |
$_sFileError |
oxFileException.setFileName | ( | $ | sFileName | ) |
Sets the file name of the file related to the exception
string | $sFileName file name |
Definition at line 32 of file oxfileexception.php.
oxFileException.getFileName | ( | ) |
Gives file name related to the exception
Definition at line 42 of file oxfileexception.php.
oxFileException.setFileError | ( | $ | sFileError | ) |
sets the error returned by the file operation
string | $sFileError Error |
Definition at line 54 of file oxfileexception.php.
oxFileException.getFileError | ( | ) |
oxFileException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 75 of file oxfileexception.php.
oxFileException.getValues | ( | ) |
Override of oxException.getValues()
Reimplemented from oxException.
Definition at line 85 of file oxfileexception.php.
oxFileException.$_sFileName [protected] |
oxFileException.$_sFileError [protected] |
Definition at line 23 of file oxfileexception.php.