oxConnectionException Class Reference

Inheritance diagram for oxConnectionException:

Inheritance graph
[legend]
Collaboration diagram for oxConnectionException:

Collaboration graph
[legend]

List of all members.


Detailed Description

exception class for all kind of connection problems to external servers, e.g.:

Definition at line 11 of file oxconnectionexception.php.


Public Member Functions

 setAdress ($sAdress)
 getAdress ()
 setConnectionError ($sConnError)
 getConnectionError ()
 getString ()
 getValues ()

Private Attributes

 $_sAddress
 $_sConnectionError

Member Function Documentation

oxConnectionException.setAdress ( sAdress  ) 

Enter address of the external server which caused the exception

Parameters:
string $sAdress Externalserver address
Returns:
null

Definition at line 34 of file oxconnectionexception.php.

oxConnectionException.getAdress (  ) 

Gives address of the external server which caused the exception

Returns:
string

Definition at line 44 of file oxconnectionexception.php.

oxConnectionException.setConnectionError ( sConnError  ) 

Sets the connection error returned by the connect function

Parameters:
string $sConnError connection error
Returns:
null

Definition at line 56 of file oxconnectionexception.php.

oxConnectionException.getConnectionError (  ) 

Gives the connection error returned by the connect function

Returns:
string

Definition at line 66 of file oxconnectionexception.php.

oxConnectionException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 77 of file oxconnectionexception.php.

oxConnectionException.getValues (  ) 

Override of oxException.getValues()

Returns:
array

Reimplemented from oxException.

Definition at line 87 of file oxconnectionexception.php.


Member Data Documentation

oxConnectionException.$_sAddress [private]

Definition at line 18 of file oxconnectionexception.php.

oxConnectionException.$_sConnectionError [private]

Definition at line 25 of file oxconnectionexception.php.


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

Generated on Tue Aug 4 09:12:25 2009 for OXID eShop CE by  doxygen 1.5.5