Public Member Functions | Private Attributes

oxConnectionException Class Reference

Inheritance diagram for oxConnectionException:
Collaboration diagram for oxConnectionException:

List of all members.

Public Member Functions

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

Private Attributes

 $_sAddress
 $_sConnectionError

Detailed Description

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

Definition at line 10 of file oxconnectionexception.php.


Member Function Documentation

oxConnectionException.getAdress (  ) 

Gives address of the external server which caused the exception

Returns:
string

Definition at line 43 of file oxconnectionexception.php.

oxConnectionException.getConnectionError (  ) 

Gives the connection error returned by the connect function

Returns:
string

Definition at line 65 of file oxconnectionexception.php.

oxConnectionException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 76 of file oxconnectionexception.php.

oxConnectionException.getValues (  ) 

Override of oxException.getValues()

Returns:
array

Reimplemented from oxException.

Definition at line 86 of file oxconnectionexception.php.

oxConnectionException.setAdress ( sAdress  ) 

Enter address of the external server which caused the exception

Parameters:
string $sAdress Externalserver address
Returns:
null

Definition at line 33 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 55 of file oxconnectionexception.php.


Member Data Documentation

oxConnectionException.$_sAddress [private]

Definition at line 17 of file oxconnectionexception.php.

oxConnectionException.$_sConnectionError [private]

Definition at line 24 of file oxconnectionexception.php.


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