OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxFileException Class Reference
+ Inheritance diagram for oxFileException:
+ Collaboration diagram for oxFileException:

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

Detailed Description

exception for invalid or non existin external files, e.g.:

  • file does not exist
  • file is not valid xml

Definition at line 8 of file oxfileexception.php.

Member Function Documentation

oxFileException::getFileError ( )

return the file error

Returns
string

Definition at line 63 of file oxfileexception.php.

oxFileException::getFileName ( )

Gives file name related to the exception

Returns
string

Definition at line 41 of file oxfileexception.php.

oxFileException::getString ( )

Get string dump Overrides oxException::getString()

Returns
string

Reimplemented from oxException.

Definition at line 74 of file oxfileexception.php.

oxFileException::getValues ( )

Override of oxException::getValues()

Returns
array

Reimplemented from oxException.

Definition at line 84 of file oxfileexception.php.

oxFileException::setFileError (   $sFileError)

sets the error returned by the file operation

Parameters
string$sFileErrorError
Returns
null

Definition at line 53 of file oxfileexception.php.

oxFileException::setFileName (   $sFileName)

Sets the file name of the file related to the exception

Parameters
string$sFileNamefile name
Returns
null

Definition at line 31 of file oxfileexception.php.

Member Data Documentation

oxFileException::$_sErrFileName
protected

Definition at line 15 of file oxfileexception.php.

oxFileException::$_sFileError
protected

Definition at line 22 of file oxfileexception.php.


The documentation for this class was generated from the following file: