Public Member Functions | Protected Attributes

oxFileException Class Reference

Inheritance diagram for oxFileException:
Collaboration diagram for oxFileException:

List of all members.

Public Member Functions

 setFileName ($sFileName)
 getFileName ()
 setFileError ($sFileError)
 getFileError ()
 getString ()
 getValues ()

Protected Attributes

 $_sErrFileName
 $_sFileError

Detailed Description

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

Definition at line 8 of file oxfileexception.php.


Member Function Documentation

oxFileException.getFileError (  ) 

return the file error

Returns:
string

Definition at line 60 of file oxfileexception.php.

oxFileException.getFileName (  ) 

Gives file name related to the exception

Returns:
string

Definition at line 40 of file oxfileexception.php.

oxFileException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 71 of file oxfileexception.php.

oxFileException.getValues (  ) 

Override of oxException.getValues()

Returns:
array

Reimplemented from oxException.

Definition at line 81 of file oxfileexception.php.

oxFileException.setFileError ( sFileError  ) 

sets the error returned by the file operation

Parameters:
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

Parameters:
string $sFileName file name

Definition at line 30 of file oxfileexception.php.


Member Data Documentation

oxFileException.$_sErrFileName [protected]

Definition at line 16 of file oxfileexception.php.

oxFileException.$_sFileError [protected]

Definition at line 23 of file oxfileexception.php.


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