

Definition at line 11 of file oxconnectionexception.php.
Public Member Functions | |
| setAdress ($sAdress) | |
| getAdress () | |
| setConnectionError ($sConnError) | |
| getConnectionError () | |
| getString () | |
| getValues () | |
Private Attributes | |
| $_sAddress | |
| $_sConnectionError | |
| oxConnectionException.setAdress | ( | $ | sAdress | ) | 
Enter address of the external server which caused the exception
| string | $sAdress Externalserver address | 
Definition at line 34 of file oxconnectionexception.php.
| oxConnectionException.getAdress | ( | ) | 
Gives address of the external server which caused the exception
Definition at line 44 of file oxconnectionexception.php.
| oxConnectionException.setConnectionError | ( | $ | sConnError | ) | 
Sets the connection error returned by the connect function
| string | $sConnError connection error | 
Definition at line 56 of file oxconnectionexception.php.
| oxConnectionException.getConnectionError | ( | ) | 
Gives the connection error returned by the connect function
Definition at line 66 of file oxconnectionexception.php.
| oxConnectionException.getString | ( | ) | 
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 77 of file oxconnectionexception.php.
| oxConnectionException.getValues | ( | ) | 
Override of oxException.getValues()
Reimplemented from oxException.
Definition at line 87 of file oxconnectionexception.php.
oxConnectionException.$_sAddress [private]           | 
        
Definition at line 18 of file oxconnectionexception.php.
oxConnectionException.$_sConnectionError [private]           | 
        
Definition at line 25 of file oxconnectionexception.php.
 1.5.5