

| Public Member Functions | |
| setFileName ($sFileName) | |
| getFileName () | |
| setFileError ($sFileError) | |
| getFileError () | |
| getString () | |
| getValues () | |
| Protected Attributes | |
| $_sFileName | |
| $_sFileError | |
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 41 of file oxfileexception.php.
| oxFileException.getString | ( | ) | 
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 74 of file oxfileexception.php.
| oxFileException.getValues | ( | ) | 
Override of oxException.getValues()
Reimplemented from oxException.
Definition at line 84 of file oxfileexception.php.
| oxFileException.setFileError | ( | $ | sFileError | ) | 
sets the error returned by the file operation
| string | $sFileError Error | 
Definition at line 53 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 31 of file oxfileexception.php.
| oxFileException.$_sFileError  [protected] | 
Definition at line 22 of file oxfileexception.php.
| oxFileException.$_sFileName  [protected] | 
Reimplemented from oxException.
Definition at line 15 of file oxfileexception.php.
 1.6.2
 1.6.2