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

 $_sFileName
 $_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 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 $sFileError Error
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 $sFileName file name
Returns:
null

Definition at line 31 of file oxfileexception.php.


Member Data Documentation

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.


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